about summary refs log tree commit diff
path: root/users/Profpatsch/netstring
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-01-09T00·20+0100
committerProfpatsch <mail@profpatsch.de>2022-01-09T09·32+0000
commitfed41f49597d5f8e0501fa494b314e3fa04d0883 (patch)
tree409b57db65b4a1b16293b8cf5d0242df90b9fce1 /users/Profpatsch/netstring
parente1044c1559a01eee10bcd71122077dcdc2ea7e9a (diff)
feat(users/Profpatsch): set up stow for nix-home r/3577
nix-home is (hopefully) gonna be a home-manager alternative for my
home directory.

Files are symlinked into the home directory via GNU stow (since that
is a tried and tested tool), so first step is to set up the base code
for that.

Implements a small tool that reads a single environment variable and
prints it to stdout.

Change-Id: Ifa3fd9f9e1cedc52c3002196d3971b02cb840e80
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4832
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Autosubmit: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/netstring')
-rw-r--r--users/Profpatsch/netstring/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/Profpatsch/netstring/default.nix b/users/Profpatsch/netstring/default.nix
index dcc29d7e6f..b4990cae67 100644
--- a/users/Profpatsch/netstring/default.nix
+++ b/users/Profpatsch/netstring/default.nix
@@ -57,6 +57,9 @@ let
 
 in depot.nix.readTree.drvTargets {
   inherit
+    toNetstring
+    toNetstringList
+    toNetstringKeyVal
     python-netstring
     rust-netstring
       ;