installed nix-inspect in dev shell
This commit is contained in:
parent
5ba3a082e6
commit
47c8a79178
2 changed files with 10 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
||||||
## Updating Secrets
|
## Updating Secrets
|
||||||
`sops -c sops secrets/secrets_file_here.yaml`
|
`sops -c sops secrets/secrets_file_here.yaml`
|
||||||
|
|
||||||
|
## Inspecting a configuration
|
||||||
|
`nix-inspect -p .`
|
||||||
|
|
||||||
# Notes:
|
# Notes:
|
||||||
|
|
||||||
## Research topics
|
## Research topics
|
||||||
|
|
|
@ -92,7 +92,13 @@
|
||||||
|
|
||||||
devShells = forEachPkgs (pkgs: {
|
devShells = forEachPkgs (pkgs: {
|
||||||
default = pkgs.mkShell {
|
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;
|
SOPS_AGE_KEY_DIRECTORY = import ./const/sops_age_key_directory.nix;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue