about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers/default.nix
{ depot, ... }:
depot.nix.writers.rustSimpleLib
{
  name = "exec-helpers";
}
  (builtins.readFile ./exec_helpers.rs)