does not build

This commit is contained in:
Charlie Root 2024-05-20 23:08:14 +02:00
commit b372397342
3 changed files with 76 additions and 43 deletions

View file

@ -6,9 +6,8 @@
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.follows = "hyprland/nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland.url =
"git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.40.0&submodules=1";
hyprland-plugins = {
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";