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