mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-21 17:40:45 -06:00
use syntax support by older lix
This commit is contained in:
parent
fbe4adab78
commit
db2bea7e80
2 changed files with 3 additions and 3 deletions
|
@ -338,7 +338,7 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732052838,
|
"lastModified": 1732052838,
|
||||||
"narHash": "sha256-1pNsLGNStCFjXiBc2zMUxKzKk45CePTf+GwKlzTmrCY=",
|
"narHash": "sha256-1pNsLGNStCFjXiBc2zMUxKzKk45CePTf+GwKlzTmrCY=",
|
||||||
"ref": "v0.45.2",
|
"ref": "refs/tags/v0.45.2",
|
||||||
"rev": "12f9a0d0b93f691d4d9923716557154d74777b0a",
|
"rev": "12f9a0d0b93f691d4d9923716557154d74777b0a",
|
||||||
"revCount": 5451,
|
"revCount": 5451,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
|
@ -346,7 +346,7 @@
|
||||||
"url": "https://github.com/hyprwm/Hyprland/"
|
"url": "https://github.com/hyprwm/Hyprland/"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "v0.45.2",
|
"ref": "refs/tags/v0.45.2",
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland/"
|
"url": "https://github.com/hyprwm/Hyprland/"
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=v0.45.2";
|
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=refs/tags/v0.45.2";
|
||||||
hyprland-contrib.url = "github:hyprwm/contrib";
|
hyprland-contrib.url = "github:hyprwm/contrib";
|
||||||
|
|
||||||
f1multiviewer = {
|
f1multiviewer = {
|
||||||
|
|
Loading…
Reference in a new issue