flakes/overlays/utillinux.nix

5 lines
79 B
Nix
Raw Normal View History

2024-10-23 14:06:50 +11:00
self: super: {
# Waiting for nixpkgs#349783
utillinux = self.util-linux;
}