feat: add nixpkgs-wayland overlay for newer wayland stuff

This commit is contained in:
oddlama 2023-09-04 23:25:47 +02:00
parent d515201729
commit 5daa44e11c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 202 additions and 5 deletions

View file

@ -14,12 +14,16 @@
allowed-users = ["@wheel"];
trusted-users = ["root" "@wheel"];
substituters = [
"https://nix-config.cachix.org"
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://nix-config.cachix.org"
"https://nixpkgs-wayland.cachix.org"
];
trusted-public-keys = [
"nix-config.cachix.org-1:Vd6raEuldeIZpttVQfrUbLvXJHzzzkS0pezXCVVjDG4="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nix-config.cachix.org-1:Vd6raEuldeIZpttVQfrUbLvXJHzzzkS0pezXCVVjDG4="
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
];
cores = 0;
max-jobs = "auto";