flakes/overlays/utillinux.nix

4 lines
79 B
Nix

self: super: {
# Waiting for nixpkgs#349783
utillinux = self.util-linux;
}