aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-22 21:19:09 +0300
committerMihai Fufezan <[email protected]>2024-09-27 00:07:52 +0300
commit14942bca60cc7d85e8238a151bd444112601ebe6 (patch)
treebdb4c07166732ff2524678c6b25737387e84fef3
parent77f2a01304f33a2dc7c9002ca9fb20a7653e6ae1 (diff)
downloadHyprland-14942bca60cc7d85e8238a151bd444112601ebe6.tar.gz
Hyprland-14942bca60cc7d85e8238a151bd444112601ebe6.zip
Nix: re-add hyprland-protocols
-rw-r--r--flake.lock26
-rw-r--r--flake.nix6
-rw-r--r--nix/default.nix2
-rw-r--r--nix/overlays.nix1
4 files changed, 34 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 4ebdc734..7e0f093e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -58,6 +58,29 @@
"hyprland-protocols": {
"inputs": {
"nixpkgs": [
+ "nixpkgs"
+ ],
+ "systems": [
+ "systems"
+ ]
+ },
+ "locked": {
+ "lastModified": 1721326555,
+ "narHash": "sha256-zCu4R0CSHEactW9JqYki26gy8h9f6rHmSwj4XJmlHgg=",
+ "owner": "hyprwm",
+ "repo": "hyprland-protocols",
+ "rev": "5a11232266bf1a1f5952d5b179c3f4b2facaaa84",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hyprwm",
+ "repo": "hyprland-protocols",
+ "type": "github"
+ }
+ },
+ "hyprland-protocols_2": {
+ "inputs": {
+ "nixpkgs": [
"xdph",
"nixpkgs"
],
@@ -172,6 +195,7 @@
"inputs": {
"aquamarine": "aquamarine",
"hyprcursor": "hyprcursor",
+ "hyprland-protocols": "hyprland-protocols",
"hyprlang": "hyprlang",
"hyprutils": "hyprutils",
"hyprwayland-scanner": "hyprwayland-scanner",
@@ -197,7 +221,7 @@
},
"xdph": {
"inputs": {
- "hyprland-protocols": "hyprland-protocols",
+ "hyprland-protocols": "hyprland-protocols_2",
"hyprlang": [
"hyprlang"
],
diff --git a/flake.nix b/flake.nix
index eca45675..ee5af6a1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,12 @@
inputs.hyprlang.follows = "hyprlang";
};
+ hyprland-protocols = {
+ url = "github:hyprwm/hyprland-protocols";
+ inputs.nixpkgs.follows = "nixpkgs";
+ inputs.systems.follows = "systems";
+ };
+
hyprlang = {
url = "github:hyprwm/hyprlang";
inputs.nixpkgs.follows = "nixpkgs";
diff --git a/nix/default.nix b/nix/default.nix
index be7394e4..85a3105d 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -13,6 +13,7 @@
cairo,
git,
hyprcursor,
+ hyprland-protocols,
hyprlang,
hyprutils,
hyprwayland-scanner,
@@ -116,6 +117,7 @@ in
cairo
git
hyprcursor
+ hyprland-protocols
hyprlang
hyprutils
libdrm
diff --git a/nix/overlays.nix b/nix/overlays.nix
index d6e078fa..71b5f59f 100644
--- a/nix/overlays.nix
+++ b/nix/overlays.nix
@@ -22,6 +22,7 @@ in {
# Dependencies
inputs.aquamarine.overlays.default
inputs.hyprcursor.overlays.default
+ inputs.hyprland-protocols.overlays.default
inputs.hyprlang.overlays.default
inputs.hyprutils.overlays.default
inputs.hyprwayland-scanner.overlays.default