Patch nix instead of using an override unit

This commit is contained in:
2023-09-18 18:06:51 +02:00
parent 1fc6891dc6
commit 77b41a90e2
3 changed files with 26 additions and 3 deletions

View File

@@ -32,4 +32,8 @@ final: prev:
lua = prev.lua5_4;
fmt = prev.fmt_8;
}) ceph ceph-client;
nix = prev.nix.overrideAttrs (old: {
patches = old.patches ++ [ ./nix-socket.patch ];
});
}