diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:16:23 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:16:23 +0200 |
commit | 1a807d25bd1a47fb81b538a1638514cedb928148 (patch) | |
tree | 9faca84ea6a5b3b35590533337bded5d0a595413 /flake.nix | |
parent | build(flake): Adapt the dev env to yt_dlp's new dependencies (diff) | |
download | yt-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.nix | 2 |
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 = { |