Skip to content

Commit 10dff8d

Browse files
committed
flake: drop unused input
1 parent 224035f commit 10dff8d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
url = "github:edolstra/flake-compat";
88
flake = false;
99
};
10-
nix-bundle-exe = {
11-
url = "github:3noch/nix-bundle-exe";
12-
flake = false;
13-
};
1410
solc-pkgs = {
1511
url = "github:hellwolf/solc.nix";
1612
inputs.nixpkgs.follows = "nixpkgs";
1713
};
1814
};
1915

20-
outputs = { self, nixpkgs, flake-utils, nix-bundle-exe, solc-pkgs, foundry, ... }:
16+
outputs = { self, nixpkgs, flake-utils, solc-pkgs, foundry, ... }:
2117
flake-utils.lib.eachDefaultSystem (system:
2218
let
2319
pkgs = import nixpkgs {

0 commit comments

Comments
 (0)