chore: Update flake inputs
This commit is contained in:
parent
fef28663d1
commit
83bf3e5ddb
7 changed files with 213 additions and 207 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue