fix
This commit is contained in:
parent
03eb9d26b4
commit
4812cdae17
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@
|
|||
}: {
|
||||
nixpkgs.overlays = [
|
||||
self.overlays.${system}
|
||||
(self: super: {
|
||||
utillinux = super.util-linux;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue