init stage 2 typo

This commit is contained in:
Gerg-L 2023-03-12 19:38:24 -04:00
parent 38438afc26
commit a862c82432

View file

@ -30,5 +30,5 @@
''; '';
}; };
in { in {
system.build.bootStage2.src = lib.mkForce bootStage2; system.build.bootStage2 = lib.mkForce bootStage2;
} }