summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock33
1 files changed, 27 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 012dac4..f4f2e8c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -22,7 +22,27 @@
"type": "github"
}
},
- "firefox-userchrome": {
+ "embedtube": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1790115704,
+ "narHash": "sha256-HcUHd14yJAE2yBbZM/55OfrF2r4IMEWasZgPpQNbdMI=",
+ "ref": "refs/heads/master",
+ "rev": "d57c816092db4bdf7ee8db45778b7d7c85e86faa",
+ "revCount": 25,
+ "type": "git",
+ "url": "git://git.tjkeller.xyz/embedtube"
+ },
+ "original": {
+ "type": "git",
+ "url": "git://git.tjkeller.xyz/embedtube"
+ }
+ },
+ "ff-userchrome": {
"inputs": {
"nixpkgs": [
"nixpkgs"
@@ -101,7 +121,7 @@
"type": "github"
}
},
- "neovim-vanilla-wrapped": {
+ "neovim-vanilla": {
"inputs": {
"nixpkgs": [
"nixpkgs"
@@ -153,7 +173,7 @@
"type": "github"
}
},
- "open-bamboo-networking": {
+ "open-bamboo": {
"inputs": {
"nixpkgs": [
"nixpkgs"
@@ -222,12 +242,13 @@
"root": {
"inputs": {
"arkenfox": "arkenfox",
- "firefox-userchrome": "firefox-userchrome",
+ "embedtube": "embedtube",
+ "ff-userchrome": "ff-userchrome",
"home-manager": "home-manager",
- "neovim-vanilla-wrapped": "neovim-vanilla-wrapped",
+ "neovim-vanilla": "neovim-vanilla",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
- "open-bamboo-networking": "open-bamboo-networking",
+ "open-bamboo": "open-bamboo",
"reposync": "reposync",
"sops-nix": "sops-nix"
}