flake: re-add website input for dandelion

This commit is contained in:
LavaDesu 2025-05-19 20:20:09 +10:00
parent ccf3fa2f4a
commit 7f4d9a5e69
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 19 additions and 1 deletions

18
flake.lock generated
View file

@ -723,6 +723,7 @@
"spicetify-nix": "spicetify-nix",
"spotify-adblock": "spotify-adblock",
"tree-sitter-jsonc": "tree-sitter-jsonc",
"website": "website",
"wine-discord-ipc-bridge": "wine-discord-ipc-bridge",
"zsh-abbr": "zsh-abbr",
"zsh-history-substring-search": "zsh-history-substring-search"
@ -847,6 +848,23 @@
"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": {
"flake": false,
"locked": {

View file

@ -23,7 +23,7 @@
# services
# 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-abbr = { url = "git+https://github.com/olets/zsh-abbr?submodules=1"; flake = false; };