chore: Update flake inputs

This commit is contained in:
ulic-youthlic 2026-02-09 12:52:34 +08:00
parent fef28663d1
commit 83bf3e5ddb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 213 additions and 207 deletions

View file

@ -1,14 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
pkgs = import inputs.nixpkgs-485356 {
localSystem = {
inherit system;
};
config = {
allowUnfree = true;
cudaSupport = true;
};
};
in {
ffmpeg_7-full = pkgs.ffmpeg_7-full;
}