update flake

This commit is contained in:
Kopatz
2025-05-26 18:12:55 +02:00
parent 53ca6c19b3
commit 586a53e9e9
3 changed files with 65 additions and 94 deletions

View File

@@ -4,10 +4,6 @@ let
addPatches = pkg: patches:
pkg.overrideAttrs
(oldAttrs: { patches = (oldAttrs.patches or [ ]) ++ patches; });
mesa-git = import inputs.nixpkgs-mesa-git {
system = "x86_64-linux";
config.allowUnfree = true;
};
in
{
# This one brings our custom packages from the 'pkgs' directory