forked from rarias/jungle
Patch nix instead of using an override unit
This commit is contained in:
@@ -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 ];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user