about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers/default.nix
blob: 5545d41d9de7e9d22ca7eaef80d261cfe23e5f1c (plain) (blame)
1
2
3
4
5
6
{ depot, ... }:
depot.nix.writers.rustSimpleLib
{
  name = "exec-helpers";
}
  (builtins.readFile ./exec_helpers.rs)