diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b7eee8a..9edb73f 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -12,7 +12,8 @@ let (p: lib.hasInfix "gcc-15" p && lib.hasSuffix "-lib" p) (lib.splitString "\n" (lib.removeSuffix "\n" - (builtins.readFile (pkgs.writeReferencesToFile hyprutils))))); + (builtins.readFile + "${pkgs.closureInfo { rootPaths = [ hyprutils ]; }}/store-paths")))); hyprland-wrapped = (pkgs.symlinkJoin { name = hyprland-pkgs.hyprland.name;