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

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ inputs, pkgs, ... }: {
nixpkgs.config = {
permittedInsecurePackages = [ ];
allowUnfree = true;
@ -8,7 +8,7 @@
};
};
nixpkgs.overlays = import ../../../../overlays { inherit pkgs; };
nixpkgs.overlays = import ../../../../overlays { inherit inputs pkgs; };
nix = {
package = pkgs.nixFlakes;
extraOptions = ''