Updated to proper syntax to prevent build errors.

This commit is contained in:
Sovran Systems
2026-09-17 16:28:37 -05:00
committed by GitHub
parent 0f7ef8422d
commit 32e1119e33
+1
View File
@@ -17,6 +17,7 @@
system = prev.stdenv.hostPlatform.system; system = prev.stdenv.hostPlatform.system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
};
in in
{ {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {