From bfe1a44b8a40b47f01d71b401a7ac0fefbb62e60 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 4 Jun 2024 01:30:46 -0400 Subject: [PATCH] flake: add iio-hyprland --- flake.lock | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- flake.nix | 2 ++ 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index b4b6f379..b30ee065 100644 --- a/flake.lock +++ b/flake.lock @@ -172,6 +172,25 @@ "type": "github" } }, + "iio-hyprland": { + "inputs": { + "nixpkgs": "nixpkgs_2", + "systems": "systems_2" + }, + "locked": { + "lastModified": 1717415072, + "narHash": "sha256-JUYuk1MTyK/uTItuo9eETXFqnz8c63YpGHeVhXkSbiw=", + "owner": "JeanSchoeller", + "repo": "iio-hyprland", + "rev": "eb4903ff518f6a0a39b78e932da65e68f426c454", + "type": "github" + }, + "original": { + "owner": "JeanSchoeller", + "repo": "iio-hyprland", + "type": "github" + } + }, "jovian": { "inputs": { "nix-github-actions": "nix-github-actions", @@ -264,6 +283,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1713714899, + "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6143fc5eeb9c4f00163267708e26191d1e918932", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1717144377, "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=", @@ -284,9 +319,10 @@ "disko": "disko", "home-manager": "home-manager", "hyprland": "hyprland", + "iio-hyprland": "iio-hyprland", "jovian": "jovian", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_3", "nixpkgsUnstable": "nixpkgsUnstable" } }, @@ -305,6 +341,21 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, "xdph": { "inputs": { "hyprland-protocols": "hyprland-protocols", diff --git a/flake.nix b/flake.nix index 28708bb3..1b5a198f 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,8 @@ }; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + + iio-hyprland.url = "github:JeanSchoeller/iio-hyprland"; }; nixConfig = {