chore(users/Profpatsch): move rust exec-helpers to own subdir
This is so we can use the rust language server for the file. Change-Id: I8a2fe15ea67fd0e26814fda57bf0cace0d264cae Reviewed-on: https://cl.tvl.fyi/c/depot/+/7792 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
1e2c859840
commit
83fb27dfbc
5 changed files with 21 additions and 7 deletions
6
users/Profpatsch/execline/exec-helpers/default.nix
Normal file
6
users/Profpatsch/execline/exec-helpers/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ depot, ... }:
|
||||
depot.nix.writers.rustSimpleLib
|
||||
{
|
||||
name = "exec-helpers";
|
||||
}
|
||||
(builtins.readFile ./exec_helpers.rs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue