about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:16:23 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:16:23 +0200
commit1a807d25bd1a47fb81b538a1638514cedb928148 (patch)
tree9faca84ea6a5b3b35590533337bded5d0a595413 /flake.nix
parentbuild(flake): Adapt the dev env to yt_dlp's new dependencies (diff)
downloadyt-1a807d25bd1a47fb81b538a1638514cedb928148.zip
build(flake): Switch to `nixpkgs-unstable-small`
Small is updated faster, and we need quick updates as `yt_dlp` needs to be
always up-to-date so that it actually works with YouTube.
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6ac41da..c768264 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,7 @@
   description = "yt";
 
   inputs = {
-    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
 
     flake-utils.url = "github:numtide/flake-utils";
     treefmt-nix = {