Renamed secrets file
This commit is contained in:
parent
0d274c4575
commit
504168f398
2 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
nixos-anywhere
|
||||
];
|
||||
shellHook = ''
|
||||
export RULES="$(git rev-parse --show-toplevel)/secrets/default.nix";
|
||||
export RULES="$(git rev-parse --show-toplevel)/secrets/secrets.nix";
|
||||
${config.pre-commit.installationScript}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue