From e69ffedc067de43b146b94d68011da5d0059a6a0 Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 18 Sep 2022 18:08:33 +0200 Subject: [PATCH] fixup devshell --- dev-shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)