Nix: bump nixpkgs

Nix: bump wlroots
This commit is contained in:
Mihai Fufezan
2023-07-24 20:57:44 +03:00
committed by Mihai Fufezan
parent f5913135c6
commit 427321c5ab
4 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ in {
'';
postFixup = ''
wrapProgram $out/bin/waybar \
--suffix PATH : ${lib.makeBinPath [ final.hyprland ]}
--suffix PATH : ${lib.makeBinPath [final.hyprland]}
'';
mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"];
});