add channel patch example
This commit is contained in:
parent
ab6d9dc848
commit
756e619a1d
10
flake.nix
10
flake.nix
@ -26,6 +26,16 @@
|
|||||||
|
|
||||||
supportedSystems = [ "x86_64-linux" ];
|
supportedSystems = [ "x86_64-linux" ];
|
||||||
|
|
||||||
|
# Patch example
|
||||||
|
|
||||||
|
# channels.nixpkgs-unstable.patches = [
|
||||||
|
# (nixpkgs-unstable.legacyPackages."x86_64-linux".fetchpatch {
|
||||||
|
# name = "electron-cash.patch";
|
||||||
|
# url = "https://github.com/NixOS/nixpkgs/pull/160607.patch";
|
||||||
|
# sha256 = "sha256-oQbiyhVWYIkEuZEKqaPuIL00PNPnuTAw64wuqZ8YeDs=";
|
||||||
|
# })
|
||||||
|
# ];
|
||||||
|
|
||||||
hostDefaults.modules = [
|
hostDefaults.modules = [
|
||||||
nixpkgs.nixosModules.notDetected
|
nixpkgs.nixosModules.notDetected
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user