switch to upstream (nix support merged !!)
This commit is contained in:
parent
ea72696e15
commit
b62e014084
3 changed files with 7 additions and 15 deletions
11
flake.lock
11
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"
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue