aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/update-inputs.sh
diff options
context:
space:
mode:
authorThatOneCalculator <[email protected]>2022-06-22 13:24:31 -0700
committerThatOneCalculator <[email protected]>2022-06-22 13:24:31 -0700
commita98c07cd003112eb5967b3ecba55648cc89081ec (patch)
tree082333db232f81a3322fa2bec90a5aafaac3efe4 /nix/update-inputs.sh
parent6eefd294af1d378c2a28ad65fb326974d8041a39 (diff)
parent11a5e6bcbfad9d35b843f928145ba698684b427d (diff)
downloadHyprland-a98c07cd003112eb5967b3ecba55648cc89081ec.tar.gz
Hyprland-a98c07cd003112eb5967b3ecba55648cc89081ec.zip
Merge branch 'main' of https://github.com/hyprwm/Hyprland
Diffstat (limited to 'nix/update-inputs.sh')
-rwxr-xr-xnix/update-inputs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/update-inputs.sh b/nix/update-inputs.sh
index 856dd43a..8c238222 100755
--- a/nix/update-inputs.sh
+++ b/nix/update-inputs.sh
@@ -10,7 +10,7 @@ if [ $SUB_REV != $CRT_REV ]; then
nix flake lock --update-input nixpkgs
# update wlroots to submodule revision
- nix flake lock --override-input wlroots "github:ThatOneCalculator/wlroots-mirror/$SUB_REV"
+ nix flake lock --override-input wlroots "gitlab:wlroots/wlroots/$SUB_REV?host=gitlab.freedesktop.org"
# remove "dirty" mark from lockfile
jq < flake.lock 'del(.nodes.wlroots.original.rev)' | sponge flake.lock