blob: 852fcfcfa005553891af2cfe9bf491abb8051e29 (
plain) (
tree)
|
|
{ depot, pkgs, lib, ... }:
let
exec-helpers = depot.users.Profpatsch.writers.rustSimpleLib {
name = "exec-helpers";
} (builtins.readFile ./exec_helpers.rs);
in {
inherit
exec-helpers
;
}
|