mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
remove patched nixpkgs
This commit is contained in:
parent
57761c20e1
commit
6f4cea8ac3
1 changed files with 0 additions and 9 deletions
|
@ -2,17 +2,8 @@ inputs: lib:
|
||||||
|
|
||||||
let
|
let
|
||||||
overlay-unstable = arch: _final: _prev:
|
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}";
|
unstable = inputs.unstable.legacyPackages."${arch}";
|
||||||
nixpkgs-patched = import nixpkgs-patched-src { system = arch; };
|
|
||||||
stable = inputs.nixpkgs.legacyPackages."${arch}";
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue