Skip to content

Commit

Permalink
fix flakes eval
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 14, 2024
1 parent d2f7f88 commit b9e31f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/top-level.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ in
];
# use builtins.toPath to normalize path if root is "/" (container)
devenv.state = builtins.toPath (config.devenv.dotfile + "/state");
devenv.dotfile = lib.mkDefault (builtins.toPath (config.devenv.root + "/.devenv"));
devenv.profile = profile;

env.DEVENV_PROFILE = config.devenv.profile;
Expand Down

0 comments on commit b9e31f3

Please sign in to comment.