mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix toString'ing modulePath
This commit is contained in:
parent
70d19cb60f
commit
15e3811323
1 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ _: {
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
"${toString modulesPath}/profiles/minimal.nix"
|
"${modulesPath}/profiles/minimal.nix"
|
||||||
"${toString modulesPath}/installer/cd-dvd/installation-cd-base.nix"
|
"${modulesPath}/installer/cd-dvd/installation-cd-base.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|
@ -25,7 +25,7 @@ _: {
|
||||||
fonts.fontconfig.enable = lib.mkForce false;
|
fonts.fontconfig.enable = lib.mkForce false;
|
||||||
|
|
||||||
isoImage = {
|
isoImage = {
|
||||||
edition = lib.mkForce "custom-minimal";
|
edition = lib.mkForce "gerg-minimal";
|
||||||
isoName = lib.mkForce "NixOS.iso";
|
isoName = lib.mkForce "NixOS.iso";
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue