live flake

This commit is contained in:
TheWanderingCrow 2024-12-29 11:46:24 -05:00
parent 9e444b0894
commit 28ca1cedbe

View file

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