flake: add nixpkgs to specialArgs

This commit is contained in:
makefu 2023-06-11 00:34:33 +02:00
parent a948f3ce0d
commit d04983183b

View file

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