1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: remock secrets

This commit is contained in:
2023-08-23 17:42:26 +02:00
parent b5e9fd73e0
commit 07f5d25e96
2 changed files with 62 additions and 61 deletions

View File

@@ -82,7 +82,7 @@
mock-secrets = {
type = "app";
program = toString (pkgs.writers.writeDash "mock-secrets" ''
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f > secrets.txt
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f | ${pkgs.coreutils}/bin/sort > secrets.txt
'');
};
deploy = {