fix maintenance
All checks were successful
build nixos-runner / build (push) Successful in 10m23s

This commit is contained in:
Jeffrey C. Ollie 2024-09-09 14:00:52 -05:00
parent be200e1e71
commit fa325ca002
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -197,7 +197,7 @@
script = pkgs.writeTextFile {
name = "maintenance";
text = pkgs.lib.concatStringsSep "\n" [
#!${pkgs.nushell}/bin/nu"
"#!${pkgs.nushell}/bin/nu"
""
"alias manage = ${self.packages.${system}.healthchecks}/app/manage.py"
""