Skip to content

Commit

Permalink
Change default rootPath in mkEnvs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnarg authored Jun 28, 2024
1 parent b93a2c1 commit 66ff331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
inherit pkgs lib;
extraSpecialArgs = extraSpecialArgs // (conf.extraSpecialArgs or {});
modules =
[{nixidy.target.branch = lib.mkDefault "env/${env}";}]
[{nixidy.target.rootPath = lib.mkDefault "./manifests/${env}";}]
++ modules
++ (conf.modules or []);
}
Expand Down

0 comments on commit 66ff331

Please sign in to comment.