mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
devShell stuff and sops
This commit is contained in:
parent
4856ba7e81
commit
12cf6b2371
3 changed files with 2 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ lib.gerg-utils (s: unstable.legacyPackages.${s}) {
|
|||
|
||||
formatter = pkgs: inputs.self.packages.${pkgs.stdenv.system}.lint;
|
||||
|
||||
devShells = pkgs: { default = pkgs.mkShell { packages = [ pkgs.sops pkgs.hello ]; }; };
|
||||
devShells = pkgs: { default = pkgs.mkShellNoCC { packages = [ pkgs.sops ]; }; };
|
||||
|
||||
packages = lib.mkPackages "${self}/packages";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue