Discord & Wine
Some checks failed
Nix Build / build-nixos (push) Failing after 1h10m34s

This commit is contained in:
soraefir
2024-09-23 19:03:47 +02:00
parent cb0859f228
commit f682198e22
8 changed files with 30 additions and 8 deletions

View File

@ -4,7 +4,7 @@ let
inputs.nixpkgs.lib.genAttrs [ "aarch64-linux" "x86_64-linux" ];
in forEachSystem (system:
let
overlays = import ../overlays { inherit pkgs; };
overlays = import ../overlays { inherit inputs pkgs; };
overrides = { custom = import ../pkgs { inherit pkgs; }; };
pkgs = import inputs.nixpkgs { inherit system overlays; } // overrides;
in {