flake: add nixpkgs to specialArgs
This commit is contained in:
parent
a948f3ce0d
commit
d04983183b
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue