From 1a807d25bd1a47fb81b538a1638514cedb928148 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 13 Jun 2025 21:16:23 +0200 Subject: 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. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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 = { -- cgit 1.4.1