New wrapper-manager version
This commit is contained in:
parent
bc47c7e974
commit
82f8034b2b
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue