1
1
Fork 0

Compare commits

..

No commits in common. "c25bf82f690edfaf95a6e35ad510ed09ad8a2c5a" and "c3cf4215b6baab02419c71255e333e6c4049de43" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

@ -59,7 +59,7 @@
fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs"; fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs";
hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs"; hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs";
#// hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.1&submodules=1" // unstable "nixpkgs"; #// hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.1&submodules=1" // unstable "nixpkgs";
hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=6e0aadc585c6d9fdaaebfa5853adbf9610897c82&submodules=1" // unstable "nixpkgs"; hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=5d4b54b01286c10d4b6bf402a772b5938b054ce6&submodules=1" // unstable "nixpkgs";
hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs"; hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs";
hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland"; hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland";
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs"; hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";

10
flake.lock generated
View file

@ -1178,18 +1178,18 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1729657195, "lastModified": 1730054738,
"narHash": "sha256-Dvz+t4NJFjQZLBwgehzauDsPTGAijWIjr5eS3TRRGmU=", "narHash": "sha256-6ep48rTU19hX84dF3MxJJZ4g+Xh8MswTcZYFf12t7Mg=",
"ref": "main", "ref": "main",
"rev": "6e0aadc585c6d9fdaaebfa5853adbf9610897c82", "rev": "5d4b54b01286c10d4b6bf402a772b5938b054ce6",
"revCount": 5368, "revCount": 5383,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"ref": "main", "ref": "main",
"rev": "6e0aadc585c6d9fdaaebfa5853adbf9610897c82", "rev": "5d4b54b01286c10d4b6bf402a772b5938b054ce6",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View file

@ -65,7 +65,7 @@
}; };
hyprland = { hyprland = {
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "git+https://github.com/hyprwm/Hyprland?ref=main&rev=6e0aadc585c6d9fdaaebfa5853adbf9610897c82&submodules=1"; url = "git+https://github.com/hyprwm/Hyprland?ref=main&rev=5d4b54b01286c10d4b6bf402a772b5938b054ce6&submodules=1";
}; };
hyprland-contrib = { hyprland-contrib = {
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";