diff options
Diffstat (limited to 'shell.nix')
| -rwxr-xr-x | shell.nix | 18 | 
1 files changed, 10 insertions, 8 deletions
| @@ -3,10 +3,10 @@  with pkgs;  mkShell {    buildInputs = [ -    ruby_3_1 -    rubyPackages_3_1.rake -    rubyPackages_3_1.sqlite3 -    rubyPackages_3_1.thor +    ruby_3_2 +    rubyPackages_3_2.rake +    rubyPackages_3_2.sqlite3 +    rubyPackages_3_2.thor      sqlite      graphicsmagick      unzip @@ -16,14 +16,16 @@ mkShell {      #texlive-combined-full      nixFlakes      validatePkgConfig +    nix-output-monitor +    nix-tree      jq      git      #starship    ];    shellHook = '' -    if [[ -e ".envrc" ]]; then -      source .envrc -    fi -    eval "$(starship init bash)" +    #if [[ -e ".envrc" ]]; then +    #  source .envrc +    #fi +    #eval "$(starship init bash)"    '';  } | 
