mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
hyprwm uses submodules now rip c++
This commit is contained in:
parent
8ab0c10ae1
commit
0fa0a22f75
2 changed files with 12 additions and 9 deletions
17
flake.lock
17
flake.lock
|
@ -201,17 +201,18 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714933694,
|
"lastModified": 1714933694,
|
||||||
"narHash": "sha256-sua/1gAfZ2lz3kxFyH6Hg/xu1eTkXOORlhXa21PaLJc=",
|
"narHash": "sha256-gziEBZF1wmBBw3v0Ang3nN3QwoQWtFmBIORODJt38TE=",
|
||||||
"owner": "hyprwm",
|
"ref": "refs/heads/main",
|
||||||
"repo": "Hyprland",
|
|
||||||
"rev": "cddeec47a1fc0e70d8598fd10c29cd0e9489999f",
|
"rev": "cddeec47a1fc0e70d8598fd10c29cd0e9489999f",
|
||||||
"type": "github"
|
"revCount": 4617,
|
||||||
|
"submodules": true,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "hyprwm",
|
"submodules": true,
|
||||||
"ref": "main",
|
"type": "git",
|
||||||
"repo": "Hyprland",
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprland-contrib": {
|
"hyprland-contrib": {
|
||||||
|
|
|
@ -10,7 +10,9 @@
|
||||||
tsm.url = "github:daylinmorgan/tsm?dir=nix";
|
tsm.url = "github:daylinmorgan/tsm?dir=nix";
|
||||||
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
tsm.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
hyprland.url = "github:hyprwm/Hyprland/main";
|
# hyprland.url = "github:hyprwm/Hyprland/main";
|
||||||
|
# https://github.com/hyprwm/Hyprland/issues/5891
|
||||||
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue