diff --git a/dev-shell.nix b/dev-shell.nix index c59aad0..6bd48b7 100644 --- a/dev-shell.nix +++ b/dev-shell.nix @@ -3,7 +3,7 @@ let selfApp = app: self.apps."${app}"; in pkgs.mkShell { - buildInputs = pkgs.lib.catAttrs "system" [ + buildInputs = pkgs.lib.catAttrs system [ agenix.defaultPackage deploy-rs.defaultPackage (pkgs.lib.getAttrs [ "deploy" "update" "nixos-switch" ] self.apps)