From 4812cdae17bbfc47a26e31c0488383fb8b51f3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 19 Oct 2024 21:46:38 +0200 Subject: [PATCH] fix --- config/workarounds/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/workarounds/default.nix b/config/workarounds/default.nix index fffbd0ec..c1838163 100644 --- a/config/workarounds/default.nix +++ b/config/workarounds/default.nix @@ -5,5 +5,8 @@ }: { nixpkgs.overlays = [ self.overlays.${system} + (self: super: { + utillinux = super.util-linux; + }) ]; }