Adjust Version

This commit is contained in:
Peritia 2025-08-13 11:56:46 +02:00
parent 89600ebb06
commit 4afdff58aa
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ let
(toString (cfg.keepGenerations or 5)) (toString (cfg.keepGenerations or 5))
(if (nyxCfg.autoPush or false) then "true" else "false") (if (nyxCfg.autoPush or false) then "true" else "false")
"${pkgs.git}/bin/git" "${pkgs.git}/bin/git"
"1.2.0" "DEPRECATED - check Info"
] ]
src; src;
in in

View file

@ -24,7 +24,7 @@ let
"${pkgs.git}/bin/git" "${pkgs.git}/bin/git"
"${pkgs.nix-output-monitor}/bin/nom" "${pkgs.nix-output-monitor}/bin/nom"
(if nyxCfg.autoPush then "true" else "false") (if nyxCfg.autoPush then "true" else "false")
"1.2.0" "DEPRECATED - check Info"
] ]
src; src;
in in

View file

@ -16,7 +16,7 @@ let
[ [
(toString nyxCfg.logDir) (toString nyxCfg.logDir)
(toString nyxCfg.nixDirectory) (toString nyxCfg.nixDirectory)
"1.2.0" "DEPRECATED - check Info"
"${pkgs.dialog}/bin/dialog" "${pkgs.dialog}/bin/dialog"
] ]
src; src;