flake: re-add website input for dandelion
This commit is contained in:
parent
ccf3fa2f4a
commit
7f4d9a5e69
2 changed files with 19 additions and 1 deletions
18
flake.lock
generated
18
flake.lock
generated
|
|
@ -723,6 +723,7 @@
|
||||||
"spicetify-nix": "spicetify-nix",
|
"spicetify-nix": "spicetify-nix",
|
||||||
"spotify-adblock": "spotify-adblock",
|
"spotify-adblock": "spotify-adblock",
|
||||||
"tree-sitter-jsonc": "tree-sitter-jsonc",
|
"tree-sitter-jsonc": "tree-sitter-jsonc",
|
||||||
|
"website": "website",
|
||||||
"wine-discord-ipc-bridge": "wine-discord-ipc-bridge",
|
"wine-discord-ipc-bridge": "wine-discord-ipc-bridge",
|
||||||
"zsh-abbr": "zsh-abbr",
|
"zsh-abbr": "zsh-abbr",
|
||||||
"zsh-history-substring-search": "zsh-history-substring-search"
|
"zsh-history-substring-search": "zsh-history-substring-search"
|
||||||
|
|
@ -847,6 +848,23 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"website": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1668017714,
|
||||||
|
"narHash": "sha256-ywy/7xeT6FHkF7lcs+stW1WPV+piE8ztSwcQ161iico=",
|
||||||
|
"owner": "LavaDesu",
|
||||||
|
"repo": "lavadesu.github.io",
|
||||||
|
"rev": "4e30c50be520a0a1bbecf408f056e6aaf135df67",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "LavaDesu",
|
||||||
|
"ref": "master",
|
||||||
|
"repo": "lavadesu.github.io",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"wine-discord-ipc-bridge": {
|
"wine-discord-ipc-bridge": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# services
|
# services
|
||||||
# hosts-blocklists = { url = "github:notracking/hosts-blocklists"; flake = false; };
|
# hosts-blocklists = { url = "github:notracking/hosts-blocklists"; flake = false; };
|
||||||
# website = { url = "github:LavaDesu/lavadesu.github.io/master"; flake = false; };
|
website = { url = "github:LavaDesu/lavadesu.github.io/master"; flake = false; };
|
||||||
|
|
||||||
# zsh plugins
|
# zsh plugins
|
||||||
zsh-abbr = { url = "git+https://github.com/olets/zsh-abbr?submodules=1"; flake = false; };
|
zsh-abbr = { url = "git+https://github.com/olets/zsh-abbr?submodules=1"; flake = false; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue