This commit is contained in:
Charlotte 🦝 Delenk 2024-10-19 21:46:38 +02:00
parent 03eb9d26b4
commit 4812cdae17

View file

@ -5,5 +5,8 @@
}: {
nixpkgs.overlays = [
self.overlays.${system}
(self: super: {
utillinux = super.util-linux;
})
];
}