parent
464e83d53c
commit
7e4a8ca0db
3 changed files with 11 additions and 10 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -669,17 +669,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1733634337,
|
"lastModified": 1733856301,
|
||||||
"narHash": "sha256-0YrjrDCQ7qmYNlWNZmO878/2cSYRLB90Cc0jtRf99jE=",
|
"narHash": "sha256-zGeYtRFKnaRqD+HapKe/ro5V4ZFWWZeHLgiIeRcYNtI=",
|
||||||
"owner": "horriblename",
|
"owner": "matt1432",
|
||||||
"repo": "hyprgrass",
|
"repo": "hyprgrass",
|
||||||
"rev": "b928abfba914b61d657daf70f3e9901461d27439",
|
"rev": "45548890da1d98e3a9c3c7b8b498d3d91c43ad57",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "horriblename",
|
"owner": "matt1432",
|
||||||
|
"ref": "personal",
|
||||||
"repo": "hyprgrass",
|
"repo": "hyprgrass",
|
||||||
"rev": "b928abfba914b61d657daf70f3e9901461d27439",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -145,9 +145,9 @@
|
||||||
};
|
};
|
||||||
hyprgrass = {
|
hyprgrass = {
|
||||||
inputs.hyprland.follows = "hyprland";
|
inputs.hyprland.follows = "hyprland";
|
||||||
owner = "horriblename";
|
owner = "matt1432";
|
||||||
|
ref = "personal";
|
||||||
repo = "hyprgrass";
|
repo = "hyprgrass";
|
||||||
rev = "b928abfba914b61d657daf70f3e9901461d27439";
|
|
||||||
type = "github";
|
type = "github";
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
|
|
|
@ -128,11 +128,12 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprgrass = mkHyprDep {
|
hyprgrass = mkHyprDep {
|
||||||
owner = "horriblename";
|
# owner = "horriblename";
|
||||||
repo = "hyprgrass";
|
repo = "hyprgrass";
|
||||||
|
|
||||||
# FIXME: hopefully this gets merged soon
|
# FIXME: hopefully this gets merged soon
|
||||||
rev = "b928abfba914b61d657daf70f3e9901461d27439";
|
owner = "matt1432";
|
||||||
|
ref = "personal";
|
||||||
|
|
||||||
# type = "path";
|
# type = "path";
|
||||||
# path = "/home/matt/git/hyprgrass";
|
# path = "/home/matt/git/hyprgrass";
|
||||||
|
|
Loading…
Add table
Reference in a new issue