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": { "locked": {
"lastModified": 1693462186, "lastModified": 1696852272,
"narHash": "sha256-q7TpkEPnzzp/6t/Gh/xxgrYmpctAb7ebGuHUpNfn+Gk=", "narHash": "sha256-JZlIWxCurPjOudY7Jl5523Kf32ZzXXr9OzusM4MDInQ=",
"owner": "nrabulinski", "owner": "nrabulinski",
"repo": "wrapper-manager-hm-compat", "repo": "wrapper-manager-hm-compat",
"rev": "199b04b07665b85649506c807e6a39d2adcfb133", "rev": "287bdf3c13e4d865ea131cc9433dc991a98ee41a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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