flake: add nixpkgs to specialArgs
This commit is contained in:
parent
a948f3ce0d
commit
d04983183b
|
@ -44,7 +44,7 @@
|
||||||
nixosConfigurations.x = nixpkgs.lib.nixosSystem rec {
|
nixosConfigurations.x = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit (inputs) nixos-hardware self stockholm;
|
inherit (inputs) nixos-hardware self stockholm nixpkgs;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in a new issue