This commit is contained in:
iFargle 2023-09-19 21:13:53 +09:00
parent 19fcc6f4ad
commit 4838150be4

View file

@ -47,7 +47,7 @@
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy) # Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
devShells = libx.forAllSystems (system: devShells = libx.forAllSystems (system:
let pkgs = nixpkgs.legacyPackages.${system}; let pkgs = nixpkgs.legacyPackages.${system};
in import ./shell.nix { inherit pkgs; } in import ./shell.nix { inherit pkgs sops-nix; }
); );
}; };
} }