Refactor flake patching/recursion
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
10
patches.nix
Normal file
10
patches.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ patcher, ... }:
|
||||
{
|
||||
home-manager.patches = [
|
||||
(patcher.fetchpatch {
|
||||
name = "ssh: make userKnownHostsFiles consistent with nixpkgs";
|
||||
url = "https://github.com/nix-community/home-manager/compare/master...karaolidis:home-manager:consistent-ssh-known-hosts-files.diff";
|
||||
hash = "sha256-5EHdNqezDVF1xOO8g+qQj40GuS8XR1Vgm4D5zlDQo4I=";
|
||||
})
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user