fixup devshell

This commit is contained in:
Tim Schubert 2022-09-18 18:08:33 +02:00
parent 59f636f216
commit e69ffedc06
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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)