mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
init stage 2 typo
This commit is contained in:
parent
38438afc26
commit
a862c82432
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
system.build.bootStage2.src = lib.mkForce bootStage2;
|
system.build.bootStage2 = lib.mkForce bootStage2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue