chore(hyprgrass): follow my personal branch instead of pin
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
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": {
|
||||
"lastModified": 1733634337,
|
||||
"narHash": "sha256-0YrjrDCQ7qmYNlWNZmO878/2cSYRLB90Cc0jtRf99jE=",
|
||||
"owner": "horriblename",
|
||||
"lastModified": 1733856301,
|
||||
"narHash": "sha256-zGeYtRFKnaRqD+HapKe/ro5V4ZFWWZeHLgiIeRcYNtI=",
|
||||
"owner": "matt1432",
|
||||
"repo": "hyprgrass",
|
||||
"rev": "b928abfba914b61d657daf70f3e9901461d27439",
|
||||
"rev": "45548890da1d98e3a9c3c7b8b498d3d91c43ad57",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "horriblename",
|
||||
"owner": "matt1432",
|
||||
"ref": "personal",
|
||||
"repo": "hyprgrass",
|
||||
"rev": "b928abfba914b61d657daf70f3e9901461d27439",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -145,9 +145,9 @@
|
|||
};
|
||||
hyprgrass = {
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
owner = "horriblename";
|
||||
owner = "matt1432";
|
||||
ref = "personal";
|
||||
repo = "hyprgrass";
|
||||
rev = "b928abfba914b61d657daf70f3e9901461d27439";
|
||||
type = "github";
|
||||
};
|
||||
hyprland = {
|
||||
|
|
|
@ -128,11 +128,12 @@ let
|
|||
};
|
||||
|
||||
hyprgrass = mkHyprDep {
|
||||
owner = "horriblename";
|
||||
# owner = "horriblename";
|
||||
repo = "hyprgrass";
|
||||
|
||||
# FIXME: hopefully this gets merged soon
|
||||
rev = "b928abfba914b61d657daf70f3e9901461d27439";
|
||||
owner = "matt1432";
|
||||
ref = "personal";
|
||||
|
||||
# type = "path";
|
||||
# path = "/home/matt/git/hyprgrass";
|
||||
|
|
Loading…
Add table
Reference in a new issue