fix: use github: type input for hyprland

This commit is contained in:
Noa Aarts 2024-10-21 14:21:43 +02:00
parent 5b4b6bfa38
commit 18a16adeb2
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 1145 additions and 1147 deletions

16
flake.lock generated
View file

@ -459,18 +459,16 @@
}, },
"locked": { "locked": {
"lastModified": 1729378105, "lastModified": 1729378105,
"narHash": "sha256-pcrrLHaHXct4I985PZhNZVYLghwZvQnnjGNToL56DFY=", "narHash": "sha256-rDOABbycdmMH57XyN/9xEDuKIpnsw5vjSrJJWgVQvKI=",
"ref": "refs/heads/main", "owner": "hyprwm",
"repo": "Hyprland",
"rev": "08cc063e175e48cea44d26b7e3762f4b8611f0c5", "rev": "08cc063e175e48cea44d26b7e3762f4b8611f0c5",
"revCount": 5362, "type": "github"
"submodules": true,
"type": "git",
"url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"submodules": true, "owner": "hyprwm",
"type": "git", "repo": "Hyprland",
"url": "https://github.com/hyprwm/Hyprland" "type": "github"
} }
}, },
"hyprland-protocols": { "hyprland-protocols": {

View file

@ -20,7 +20,7 @@
}; };
hyprland = { hyprland = {
url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; url = "github:hyprwm/Hyprland?submodules=1";
#inputs.nixpkgs.follows = "nixpkgs"; # broken until libseat fix #inputs.nixpkgs.follows = "nixpkgs"; # broken until libseat fix
}; };