From b62e014084cca4312ac1196c158d4a7549e0024d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 3 Jun 2024 21:03:35 +0200 Subject: [PATCH] switch to upstream (nix support merged !!) --- flake.lock | 11 +++++------ flake.nix | 2 +- hosts/del/configuration.nix | 9 +-------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 166cfe6..f888ad5 100644 --- a/flake.lock +++ b/flake.lock @@ -1102,16 +1102,15 @@ "systems": "systems_8" }, "locked": { - "lastModified": 1713954355, - "narHash": "sha256-xFc8J8tlw6i+FbTC05nrlvQIXRmguFzDqh+SQOR54TE=", - "owner": "yassineibr", + "lastModified": 1717415072, + "narHash": "sha256-JUYuk1MTyK/uTItuo9eETXFqnz8c63YpGHeVhXkSbiw=", + "owner": "JeanSchoeller", "repo": "iio-hyprland", - "rev": "304f92f445a92d955b3124b7a4d96c52efdd5f59", + "rev": "eb4903ff518f6a0a39b78e932da65e68f426c454", "type": "github" }, "original": { - "owner": "yassineibr", - "ref": "nix-support", + "owner": "JeanSchoeller", "repo": "iio-hyprland", "type": "github" } diff --git a/flake.nix b/flake.nix index e7324e4..7818acb 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ inputs.hyprland.follows = "hyprland"; }; - iio-hyprland.url = "github:yassineibr/iio-hyprland/nix-support"; + iio-hyprland.url = "github:JeanSchoeller/iio-hyprland"; shadower.url = "github:n3oney/shadower"; diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 7402ab5..55fd50d 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -199,14 +199,7 @@ out_dir = "${hmCfg.xdg.dataHome}/hypr"; out_path = "${out_dir}/nix.png"; - iio-hyprland = inputs.iio-hyprland.packages.${pkgs.system}.default.overrideAttrs { - patches = [ - (pkgs.fetchpatch { - url = "https://patch-diff.githubusercontent.com/raw/JeanSchoeller/iio-hyprland/pull/14.patch"; - hash = "sha256-lp5wmvL+F209FAdEdrmvPkYWi2ZzJq+2jrpGdFlolqQ="; - }) - ]; - }; + iio-hyprland = inputs.iio-hyprland.packages.${pkgs.system}.default; in { exec-once = [ "${iio-hyprland}/bin/iio-hyprland"