mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue