remove unneeded patches
This commit is contained in:
parent
312ae810ba
commit
fd32de296c
1 changed files with 5 additions and 8 deletions
13
flake.nix
13
flake.nix
|
@ -15,14 +15,11 @@
|
||||||
let
|
let
|
||||||
originPkgs = nixpkgs.legacyPackages.${system};
|
originPkgs = nixpkgs.legacyPackages.${system};
|
||||||
patches = [
|
patches = [
|
||||||
(originPkgs.fetchpatch {
|
# Leaving commented out for an example.
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/315018.patch";
|
# (originPkgs.fetchpatch {
|
||||||
hash = "sha256-8jcGyO/d+htfv/ZajxXh89S3OiDZAr7/fsWC1JpGczM=";
|
# url = "https://github.com/NixOS/nixpkgs/pull/317107.patch";
|
||||||
})
|
# hash = "sha256-hoLrqV7XtR1hP/m0rV9hjYUBtrSjay0qcPUYlKKuVWk=";
|
||||||
(originPkgs.fetchpatch {
|
# })
|
||||||
url = "https://github.com/NixOS/nixpkgs/pull/317107.patch";
|
|
||||||
hash = "sha256-hoLrqV7XtR1hP/m0rV9hjYUBtrSjay0qcPUYlKKuVWk=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
patchedNixpkgs = originPkgs.applyPatches {
|
patchedNixpkgs = originPkgs.applyPatches {
|
||||||
name = "nixpkgs-patched";
|
name = "nixpkgs-patched";
|
||||||
|
|
Loading…
Add table
Reference in a new issue