switch to upstream (nix support merged !!)

This commit is contained in:
jacekpoz 2024-06-03 21:03:35 +02:00
parent ea72696e15
commit b62e014084
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
3 changed files with 7 additions and 15 deletions

View file

@ -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"
}

View file

@ -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";

View file

@ -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"