From 57a3a41ba6b358109e4fc25c6a4706b5f7d93c6b Mon Sep 17 00:00:00 2001 From: Jacob Birkett Date: Sat, 12 Aug 2023 06:52:50 -0500 Subject: [PATCH] flake: protocols input follows systems (#76) --- flake.lock | 9 ++++++--- flake.nix | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index d05f9cc..adc6ef7 100644 --- a/flake.lock +++ b/flake.lock @@ -4,14 +4,17 @@ "inputs": { "nixpkgs": [ "nixpkgs" + ], + "systems": [ + "systems" ] }, "locked": { - "lastModified": 1681065697, - "narHash": "sha256-QPzwwlGKX95tl6ZEshboZbEwwAXww6lNLdVYd6T9Mrc=", + "lastModified": 1691753796, + "narHash": "sha256-zOEwiWoXk3j3+EoF3ySUJmberFewWlagvewDRuWYAso=", "owner": "hyprwm", "repo": "hyprland-protocols", - "rev": "4d29e48433270a2af06b8bc711ca1fe5109746cd", + "rev": "0c2ce70625cb30aef199cb388f99e19a61a6ce03", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a8d16da..c94fcd1 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,7 @@ hyprland-protocols = { url = "github:hyprwm/hyprland-protocols"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.systems.follows = "systems"; }; };