live flake

This commit is contained in:
TheWanderingCrow 2024-12-29 11:47:36 -05:00
parent 28ca1cedbe
commit cd81d976af

View file

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