aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-06-16 13:42:31 +0300
committerMihai Fufezan <[email protected]>2022-06-21 22:11:46 +0300
commit8bd7234d7256d494794741f973f470458a1ad904 (patch)
tree919d9ab6463f3ae9e623235761e161db4b7981fb /flake.nix
parentf58bb0187b60e4d7055527d1bf8e4b3bc6dfee91 (diff)
downloadHyprland-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 9ea3283a..8500c7a4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
};
};