This commit is contained in:
parent
be200e1e71
commit
fa325ca002
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
||||||
script = pkgs.writeTextFile {
|
script = pkgs.writeTextFile {
|
||||||
name = "maintenance";
|
name = "maintenance";
|
||||||
text = pkgs.lib.concatStringsSep "\n" [
|
text = pkgs.lib.concatStringsSep "\n" [
|
||||||
#!${pkgs.nushell}/bin/nu"
|
"#!${pkgs.nushell}/bin/nu"
|
||||||
""
|
""
|
||||||
"alias manage = ${self.packages.${system}.healthchecks}/app/manage.py"
|
"alias manage = ${self.packages.${system}.healthchecks}/app/manage.py"
|
||||||
""
|
""
|
||||||
|
|
Loading…
Reference in a new issue