build/flake: allow passing unused inputs
Martin Weinelt committed
Feb 16, 2025 at 18:32 UTC
470e1deb5666da4c01c222f735b48d6c25e26a26
1 file changed
+1
-1
build/flake.nix
+1
-1
@@ -33,9 +33,9 @@
33
hydra,
34
nix,
35
nixpkgs,
36
- nix-eval-jobs,
36
nixos-channel-scripts,
37
rfc39,
38
+ ...
39
}:
40
let
41
inherit (nixpkgs) lib;