System Gen111 @ 2025-11-17-02:42:57 by jonas@monolith
This commit is contained in:
7
pkgs/bulk-transcode/shell.nix
Normal file
7
pkgs/bulk-transcode/shell.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs ? import <nixpkgs> {}}: let
|
||||
bin = pkgs.callPackage ./default.nix {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
name = "bulk-transcode";
|
||||
inputsFrom = [bin];
|
||||
}
|
||||
Reference in New Issue
Block a user