Allow easy patching of nixpkgs

This commit is contained in:
2023-03-03 23:24:33 -07:00
parent 90a3549237
commit c5e7d8b2fe
3 changed files with 31 additions and 1 deletions

13
flake.lock generated
View File

@@ -212,6 +212,18 @@
"type": "indirect"
}
},
"nixpkgs-patch-howdy": {
"flake": false,
"locked": {
"narHash": "sha256-qtpbPMo28li7Lx6W/4QyClCFlIQP8ssxX0dMGGBYAdo=",
"type": "file",
"url": "https://github.com/NixOS/nixpkgs/pull/216245.diff"
},
"original": {
"type": "file",
"url": "https://github.com/NixOS/nixpkgs/pull/216245.diff"
}
},
"radio": {
"inputs": {
"flake-utils": [
@@ -262,6 +274,7 @@
"flake-utils": "flake-utils",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"nixpkgs-patch-howdy": "nixpkgs-patch-howdy",
"radio": "radio",
"radio-web": "radio-web",
"simple-nixos-mailserver": "simple-nixos-mailserver"