use system

This commit is contained in:
TheWanderingCrow 2024-12-25 21:27:57 -05:00
parent 5c1775b03f
commit b582f716c1

View file

@ -60,7 +60,7 @@
specialArgs = {
inherit inputs;
pkgs = import nixpkgs {
hostPlatform = "x86_64-linux";
system = "x86_64-linux";
config.allowUnfree = true;
};
};