mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
chore: format
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f > secrets.txt
|
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f > secrets.txt
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
deploy = {
|
deploy = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = toString (pkgs.writers.writeDash "deploy" ''
|
program = toString (pkgs.writers.writeDash "deploy" ''
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user