New wrapper-manager version

This commit is contained in:
Nikodem Rabuliński 2023-10-09 13:55:28 +02:00
parent bc47c7e974
commit 82f8034b2b
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
2 changed files with 9 additions and 7 deletions

View file

@ -43,10 +43,12 @@
basePackage = pkgs.writeShellScriptBin "rash" ''
exec "${racket-with-libs}/bin/rash-repl" "$@"
'';
env.
XDG_CONFIG_HOME = pkgs.linkFarm "rash-config" {
"rash/rashrc" = ./rashrc;
"rash/rashrc.rkt" = ./rashrc.rkt;
env.XDG_CONFIG_HOME = {
value = pkgs.linkFarm "rash-config" {
"rash/rashrc" = ./rashrc;
"rash/rashrc.rkt" = ./rashrc.rkt;
};
force = true;
};
pathAdd = [
racket-with-libs