diff --git a/flake.nix b/flake.nix index f4e967f..3f8e899 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,9 @@ ${pkgs.nixfmt}/bin/nixfmt **/*.nix ''; update = pkgs.writeScriptBin "update" '' + # Update root + ${pkgs.nix}/bin/nix flake update + for dir in `ls -d */`; do # Iterate through all the templates ( cd $dir