game-laptop -> game-desktop

This commit is contained in:
Gerg-L 2023-10-12 20:35:39 -04:00
parent 849c21761f
commit d24efeba64
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
15 changed files with 105 additions and 103 deletions

View file

@ -39,8 +39,7 @@ in
if config == { } then
unstable.legacyPackages.${system}
else
import unstable { inherit system config; }
;
import unstable { inherit system config; };
}
)
[ "x86_64-linux" ]