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

6
flake.lock generated
View file

@ -494,11 +494,11 @@
]
},
"locked": {
"lastModified": 1693462186,
"narHash": "sha256-q7TpkEPnzzp/6t/Gh/xxgrYmpctAb7ebGuHUpNfn+Gk=",
"lastModified": 1696852272,
"narHash": "sha256-JZlIWxCurPjOudY7Jl5523Kf32ZzXXr9OzusM4MDInQ=",
"owner": "nrabulinski",
"repo": "wrapper-manager-hm-compat",
"rev": "199b04b07665b85649506c807e6a39d2adcfb133",
"rev": "287bdf3c13e4d865ea131cc9433dc991a98ee41a",
"type": "github"
},
"original": {

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