diff options
author | ThatOneCalculator <[email protected]> | 2022-06-22 13:24:31 -0700 |
---|---|---|
committer | ThatOneCalculator <[email protected]> | 2022-06-22 13:24:31 -0700 |
commit | a98c07cd003112eb5967b3ecba55648cc89081ec (patch) | |
tree | 082333db232f81a3322fa2bec90a5aafaac3efe4 /nix/update-inputs.sh | |
parent | 6eefd294af1d378c2a28ad65fb326974d8041a39 (diff) | |
parent | 11a5e6bcbfad9d35b843f928145ba698684b427d (diff) | |
download | Hyprland-a98c07cd003112eb5967b3ecba55648cc89081ec.tar.gz Hyprland-a98c07cd003112eb5967b3ecba55648cc89081ec.zip |
Merge branch 'main' of https://github.com/hyprwm/Hyprland
Diffstat (limited to 'nix/update-inputs.sh')
-rwxr-xr-x | nix/update-inputs.sh | 2 |
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 |