dendrify: comfy-station
This commit is contained in:
7
old/pkgs/bulk-transcode/shell.nix
Normal file
7
old/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