diff --git a/checks.nix b/checks.nix index 6695515..2e5f702 100644 --- a/checks.nix +++ b/checks.nix @@ -12,7 +12,7 @@ in # Pulls all hosts down to be a check (builtins.mapAttrs ( - _n: v: + n: v: writeShellApplication { name = "build-${n}"; runtimeInputs = [ ]; diff --git a/flake.nix b/flake.nix index 2c591ef..3553596 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ checks = import ./checks.nix { inherit system top; inherit (top) hooks; - inherit (pkgs) lib; + inherit (pkgs) lib writeShellApplication; }; devShells = import ./shells.nix {