diff options
author | Mihai Fufezan <[email protected]> | 2022-06-16 13:42:31 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-06-21 22:11:46 +0300 |
commit | 8bd7234d7256d494794741f973f470458a1ad904 (patch) | |
tree | 919d9ab6463f3ae9e623235761e161db4b7981fb /flake.nix | |
parent | f58bb0187b60e4d7055527d1bf8e4b3bc6dfee91 (diff) | |
download | Hyprland-8bd7234d7256d494794741f973f470458a1ad904.tar.gz Hyprland-8bd7234d7256d494794741f973f470458a1ad904.zip |
nix: change build system to meson
flake.nix: change wlroots url to mirror, update version
flake.lock: update wlroots & nixpkgs
nix/update-inputs.sh: update wlroots url
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; wlroots = { - url = "gitlab:wlroots/wlroots?host=gitlab.freedesktop.org"; + url = "github:ThatOneCalculator/wlroots-mirror"; flake = false; }; }; |