fix: move flake.nix
This commit is contained in:
parent
a5ffe597f7
commit
367a63754f
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ let
|
|||
updateScript = pkgs.writeShellApplication {
|
||||
name = "homelab-gitops-update";
|
||||
runtimeInputs = [ pkgs.git pkgs.nixos-rebuild pkgs.jq pkgs.coreutils ];
|
||||
text = builtins.readFile ../../../../scripts/nixos-sync.sh;
|
||||
text = builtins.readFile ../../../scripts/nixos-sync.sh;
|
||||
};
|
||||
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue