diff options
author | Mihai Fufezan <[email protected]> | 2024-01-31 11:56:48 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-01-31 14:04:30 +0200 |
commit | e6f7724ab0f72f190e0005c6959c11625cc0c6fe (patch) | |
tree | b9b29bf2fbf5b66440a71748aebf2e2fe616c0bc /nix | |
parent | e65f52bf2d6abb001c402c8302ac7003da8cd06d (diff) | |
download | Hyprland-e6f7724ab0f72f190e0005c6959c11625cc0c6fe.tar.gz Hyprland-e6f7724ab0f72f190e0005c6959c11625cc0c6fe.zip |
subprojects: remove wlroots.wrap
Diffstat (limited to 'nix')
-rwxr-xr-x | nix/update-wlroots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/update-wlroots.sh b/nix/update-wlroots.sh index addf2df2..01f5cd83 100755 --- a/nix/update-wlroots.sh +++ b/nix/update-wlroots.sh @@ -8,7 +8,7 @@ CRT_REV=$(rg rev flake.nix | awk '{ print substr($3, 2, 40) }') if [ "$SUB_REV" != "$CRT_REV" ]; then echo "Updating wlroots..." # update wlroots to submodule revision - sed -Ei "s/\w{40}/$SUB_REV/g" flake.nix subprojects/wlroots.wrap + sed -Ei "s/\w{40}/$SUB_REV/g" flake.nix nix flake lock echo "wlroots: $CRT_REV -> $SUB_REV" |