mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 02:14:41 +02:00
try fixing the devShell
This commit is contained in:
parent
3ee8594bb5
commit
987f43dd63
2 changed files with 9 additions and 18 deletions
|
@ -11,10 +11,10 @@
|
|||
pkgs = nixpkgs.legacyPackages."${system}";
|
||||
in
|
||||
{
|
||||
devShell = pkgs.callPackage ./shell.nix {
|
||||
inherit (sops-nix.packages."${pkgs.system}") sops-import-keys-hook ssh-to-pgp sops-init-gpg-key;
|
||||
devShells."${system}".default = import ./shell.nix ( inputs // {
|
||||
inherit (sops-nix.packages."${pkgs.system}") sops-import-keys-hook;
|
||||
inherit (deploy-rs.packages."${pkgs.system}") deploy-rs;
|
||||
};
|
||||
});
|
||||
})) // {
|
||||
nixosConfigurations = import ./nixos/configurations.nix (inputs // {
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue