attempt to fix missing input
This commit is contained in:
parent
fc53b5aae5
commit
aad7c1d8c0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ { self, utils, nixpkgs, nix-gaming, ... }: let
|
outputs = inputs @ { self, utils, nixpkgs, nix-gaming, ... }: let
|
||||||
|
inherit inputs;
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
|
Loading…
Reference in a new issue