Removed unused override. Added packages.base-packages. Added FIXMEs

This commit is contained in:
Nikodem Rabuliński 2023-11-02 18:46:37 +01:00
parent 7406cece2d
commit eb7b2a57b2
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
6 changed files with 18 additions and 6 deletions

View file

@ -40,9 +40,10 @@
buildInputs = with pkgs; [readline];
};
in {
basePackage = pkgs.writeShellScriptBin "rash" ''
basePackage = pkgs.writeShellScriptBin "rash-repl" ''
exec "${racket-with-libs}/bin/rash-repl" "$@"
'';
# TODO: Shell shouldn't overwrite this variable. Probably
env.XDG_CONFIG_HOME = {
value = pkgs.linkFarm "rash-config" {
"rash/rashrc" = ./rashrc;