From d04983183b567d131ac7d68215f88cc5d4272fc3 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Sun, 11 Jun 2023 00:34:33 +0200 Subject: [PATCH] flake: add nixpkgs to specialArgs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 455bffd..6b445df 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ nixosConfigurations.x = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; specialArgs = { - inherit (inputs) nixos-hardware self stockholm; + inherit (inputs) nixos-hardware self stockholm nixpkgs; pkgs = import nixpkgs { inherit system; config.allowUnfree = true;