attempt to fix missing input

This commit is contained in:
LordGrimmauld 2024-03-16 15:45:12 +01:00
parent fc53b5aae5
commit aad7c1d8c0

View File

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