Updated flake+readme to track hyprland releases

This commit is contained in:
wiillou 2024-03-01 22:44:29 +00:00
parent 713d3b6d0e
commit 6dc8a60dc8
3 changed files with 6 additions and 6 deletions

View File

@ -240,12 +240,12 @@ Here is an example flake that you can modify to add hyprland-virtual-desktops to
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "github:hyprwm/Hyprland";
hyprland-virtual-desktops = {
url = "github:levnikmyskin/hyprland-virtual-desktops";
inputs.hyprland.follows = "hyprland"; # We want to build against the same version of hyprland that we are using
hyprland = {
url = "github:hyprwm/Hyprland";
follows = "hyprland-virtual-desktops"; # We make sure we use the version that is known to be compatable with hyprland-virtual-desktops
};
hyprland-virtual-desktops.url = "github:levnikmyskin/hyprland-virtual-desktops";
};

0
flake.lock Normal file
View File

View File

@ -2,7 +2,7 @@
description = "A plugin for the Hyprland compositor, implementing virtual-desktop functionality.";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.hyprland.url = "github:hyprwm/Hyprland";
inputs.hyprland.url = "github:hyprwm/Hyprland/v0.36.0";
outputs = { self, nixpkgs, hyprland }:
let