System Gen111 @ 2025-11-17-02:42:57 by jonas@monolith

This commit is contained in:
2025-11-17 02:42:58 +01:00
parent bb20341e00
commit 6fac88ecc2
9 changed files with 91 additions and 65 deletions

View File

@@ -0,0 +1,7 @@
{pkgs ? import <nixpkgs> {}}: let
bin = pkgs.callPackage ./default.nix {};
in
pkgs.mkShell {
name = "bulk-transcode";
inputsFrom = [bin];
}