Revert "Switch to unstable by default"
This reverts commit 3c7877776e
.
Slack was broken when using the unstable version of nixpkgs.
This commit is contained in:
parent
54fdbd71d9
commit
b40e25dea0
5 changed files with 46 additions and 22 deletions
|
@ -1,5 +1,7 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
let
|
||||
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}";
|
||||
in
|
||||
with pkgs; [
|
||||
awscli2
|
||||
bottom
|
||||
|
@ -24,9 +26,9 @@ with pkgs; [
|
|||
lua
|
||||
mysql
|
||||
neofetch
|
||||
pkgsUnstable.rustywind
|
||||
pv
|
||||
ripgrep
|
||||
rustywind
|
||||
terraform
|
||||
tldr
|
||||
tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue