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; };