3 lines
122 B
Nix
3 lines
122 B
Nix
{ pkgs, ... }:
|
|
(pkgs.writeShellScriptBin "triton-docker-env.sh" (import ./triton-docker-env-shell.nix { inherit pkgs; }))
|