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