installed nix-inspect in dev shell
This commit is contained in:
parent
5ba3a082e6
commit
47c8a79178
2 changed files with 10 additions and 1 deletions
|
@ -92,7 +92,13 @@
|
|||
|
||||
devShells = forEachPkgs (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
packages = with pkgs; [git sops alejandra nixos-anywhere];
|
||||
packages = with pkgs; [
|
||||
git
|
||||
sops
|
||||
alejandra
|
||||
nix-inspect
|
||||
nixos-anywhere
|
||||
];
|
||||
|
||||
SOPS_AGE_KEY_DIRECTORY = import ./const/sops_age_key_directory.nix;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue