kachick / anylang-template

A template that is not exclusive to one programming language
MIT License
0 stars 0 forks source link

Prefer stable pkgs for bash and basics #80

Closed kachick closed 5 months ago

kachick commented 5 months ago

https://github.com/NixOS/nixpkgs/issues/300055 https://github.com/kachick/dotfiles/pull/532

Before

> which xz
/nix/store/2zvi5q6fvrmznavnqgzc947wssilv9vy-xz-5.6.1-bin/bin/xz

> which bash
/nix/store/41l3q7yi1ab5s1830k2pi023s5c5vhrl-bash-interactive-5.2p26/bin/bash

After

> which xz
/nix/store/gvdfpnyr6smc7g9wy9fjp44j41j73f4b-xz-5.4.4-bin/bin/xz

> which bash
/nix/store/rnzr5gb65b4f5xk7dmljk93km9wpsll6-bash-interactive-5.2-p15/bin/bash