summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-13 23:23:37 -0500
committervin <vin@vineetk.net>2025-01-15 00:49:13 -0500
commit9eb97f01c9f007a76df59f07457adb3480f9e432 (patch)
treeab245ca744ba0bab18a3fdd0572427780bf9ccb8 /flake.lock
parentc055ed477b4527efec91b6289a53676b7ae4a584 (diff)
add nixpkgs-unstable-small for updated yt-dlp
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock31
1 files changed, 24 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index e88bfcd..b65b857 100644
--- a/flake.lock
+++ b/flake.lock
@@ -47,11 +47,11 @@
47 ] 47 ]
48 }, 48 },
49 "locked": { 49 "locked": {
50 "lastModified": 1736366465, 50 "lastModified": 1736785676,
51 "narHash": "sha256-Fo68EF6p/N9GJyHiAUbXtiE7IJlb3IMjK86LuxFMsRU=", 51 "narHash": "sha256-TY0jUwR3EW0fnS0X5wXMAVy6h4Z7Y6a3m+Yq++C9AyE=",
52 "owner": "nix-community", 52 "owner": "nix-community",
53 "repo": "home-manager", 53 "repo": "home-manager",
54 "rev": "7e00856596891850ba5ad4c5ecd2ed74468c08c5", 54 "rev": "fc52a210b60f2f52c74eac41a8647c1573d2071d",
55 "type": "github" 55 "type": "github"
56 }, 56 },
57 "original": { 57 "original": {
@@ -77,11 +77,11 @@
77 }, 77 },
78 "nixpkgs": { 78 "nixpkgs": {
79 "locked": { 79 "locked": {
80 "lastModified": 1736344531, 80 "lastModified": 1736701207,
81 "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", 81 "narHash": "sha256-jG/+MvjVY7SlTakzZ2fJ5dC3V1PrKKrUEOEE30jrOKA=",
82 "owner": "nixos", 82 "owner": "nixos",
83 "repo": "nixpkgs", 83 "repo": "nixpkgs",
84 "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", 84 "rev": "ed4a395ea001367c1f13d34b1e01aa10290f67d6",
85 "type": "github" 85 "type": "github"
86 }, 86 },
87 "original": { 87 "original": {
@@ -109,11 +109,28 @@
109 "type": "github" 109 "type": "github"
110 } 110 }
111 }, 111 },
112 "nixpkgs-small": {
113 "locked": {
114 "lastModified": 1736789786,
115 "narHash": "sha256-YKr7RhOtFFl7metHJ2oWmPF5//mlvasFr1jJ0gLdNyQ=",
116 "owner": "nixos",
117 "repo": "nixpkgs",
118 "rev": "ba9f7942037ac78a690eb7e2c15f4869c9515eb4",
119 "type": "github"
120 },
121 "original": {
122 "owner": "nixos",
123 "ref": "nixos-unstable-small",
124 "repo": "nixpkgs",
125 "type": "github"
126 }
127 },
112 "root": { 128 "root": {
113 "inputs": { 129 "inputs": {
114 "everblush-gtk": "everblush-gtk", 130 "everblush-gtk": "everblush-gtk",
115 "home-manager": "home-manager", 131 "home-manager": "home-manager",
116 "nixpkgs": "nixpkgs" 132 "nixpkgs": "nixpkgs",
133 "nixpkgs-small": "nixpkgs-small"
117 } 134 }
118 } 135 }
119 }, 136 },