From cd81d976af943a07427b5321eeb629019ebdfaaa Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 11:47:36 -0500 Subject: [PATCH] live flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 71e2734..4dfb750 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ specialArgs = { inherit inputs; pkgs = import nixpkgs { - hostPlatform = "x86_64-linux"; + localSystem = "x86_64-linux"; config.allowUnfree = true; }; };