Compare commits
1 commit
main
...
issue-175-
Author | SHA1 | Date | |
---|---|---|---|
|
9334c8ec11 |
1 changed files with 5 additions and 2 deletions
|
@ -28,9 +28,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
image.contents = mkIf config.image.enableRecommendedContents [
|
||||
config = mkIf config.image.enableRecommendedContents {
|
||||
image.contents = [
|
||||
(pkgs.callPackage recommendedContents {})
|
||||
];
|
||||
image.rawConfig.Env = {
|
||||
"PATH" = lib.mkDefault "/run/current-system/sw/bin:/bin:/usr/bin:/usr/local/bin";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue