remove patched nixpkgs

This commit is contained in:
Julien Malka 2024-03-31 14:09:17 +02:00
parent 57761c20e1
commit 6f4cea8ac3
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -2,17 +2,8 @@ inputs: lib:
let
overlay-unstable = arch: _final: _prev:
let
nixpkgs-patched-src = (import inputs.nixpkgs { system = arch; }).applyPatches {
name = "nixpkgs-patches";
src = inputs.nixpkgs;
patches = [ ];
};
in
{
unstable = inputs.unstable.legacyPackages."${arch}";
nixpkgs-patched = import nixpkgs-patched-src { system = arch; };
stable = inputs.nixpkgs.legacyPackages."${arch}";
};
in