From a1dab7cad00c8898227e40b8d7831a8a278e320e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Wed, 25 Dec 2024 15:44:54 -0500 Subject: [PATCH] update flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 129acb1..6e13511 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ Parzival-Mobile = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; - nixpkgs = { + nixpkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };