diff options
author | Mihai Fufezan <[email protected]> | 2023-07-24 20:57:44 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-07-25 10:27:41 +0300 |
commit | 427321c5ab6ad054624ef1a19e7844c43c73538b (patch) | |
tree | d8db184eefa3d33c29ba7ede881c9ffb49352593 /nix | |
parent | f5913135c638997f8c13a52d0760803947ae3889 (diff) | |
download | Hyprland-427321c5ab6ad054624ef1a19e7844c43c73538b.tar.gz Hyprland-427321c5ab6ad054624ef1a19e7844c43c73538b.zip |
Nix: bump nixpkgs
Nix: bump wlroots
Diffstat (limited to 'nix')
-rw-r--r-- | nix/overlays.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/overlays.nix b/nix/overlays.nix index cb7bd4cc..8a61fa10 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -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"]; }); |