Skip to content

Commit

Permalink
fix eval (#517)
Browse files Browse the repository at this point in the history
remove wake

Something in nix-eval-jobs changed that is causing an eval issue here
  • Loading branch information
zimbatm authored May 27, 2024
1 parent 33f1f06 commit 31a96e1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 101 deletions.
52 changes: 0 additions & 52 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.treefmt-nix.follows = "treefmt-nix";
};

# flake-parts
flake-parts = {
Expand Down
3 changes: 0 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
}: let
inherit (pkgs) callPackage;
inherit (lib.extras.flakes) platformPkgs platformApps;
poetry2nix = inputs.poetry2nix.lib.mkPoetry2Nix {inherit pkgs;};
callPackageUnstable = pkgsUnstable.callPackage;
in {
packages = platformPkgs system rec {
Expand Down Expand Up @@ -71,7 +70,6 @@
vouch-unstable = callPackage ./vouch/unstable.nix {inherit bls mcl;};
vscode-plugin-ackee-blockchain-solidity-tools = callPackage ./ackee-blockchain.solidity-tools {};
vscode-plugin-consensys-vscode-solidity-visual-editor = callPackage ./consensys.vscode-solidity-auditor {};
wake = callPackage ./wake {inherit poetry2nix;};
web3signer = callPackage ./web3signer {};
zcli = callPackage ./zcli {};
};
Expand Down Expand Up @@ -136,7 +134,6 @@
teku.bin = "teku";
tx-fuzz.bin = "tx-fuzz";
vouch.bin = "vouch";
wake.bin = "wake";
zcli.bin = "zcli";
};
};
Expand Down
39 changes: 0 additions & 39 deletions pkgs/wake/default.nix

This file was deleted.

0 comments on commit 31a96e1

Please sign in to comment.