unstable by default
Switch back to using `nixpkgs-unstable` by default and using `nixpkgs-2305` when needed, such as for `exa` which is no longer maintained and available. In a future commit, I'll switch to `eza` which is the recommended alternative. https://github.com/eza-community/eza
This commit is contained in:
parent
cafd6cdf7d
commit
f93c1ba9c7
4 changed files with 33 additions and 33 deletions
|
@ -7,7 +7,7 @@ with pkgs; [
|
|||
delta
|
||||
dog
|
||||
doppler
|
||||
exa
|
||||
inputs.nixpkgs-2305.legacyPackages."${system}".exa
|
||||
fd
|
||||
file
|
||||
fzf
|
||||
|
@ -18,7 +18,6 @@ with pkgs; [
|
|||
gnupg
|
||||
htop
|
||||
inotify-tools
|
||||
inputs.nixpkgs-unstable.legacyPackages."${system}".rustywind
|
||||
jq
|
||||
just
|
||||
lua
|
||||
|
@ -39,6 +38,7 @@ with pkgs; [
|
|||
pv
|
||||
python3Full
|
||||
ripgrep
|
||||
rustywind
|
||||
terraform
|
||||
tldr
|
||||
tmuxinator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue