mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Move to stable with the idea of transitioning a subset of packages to
unstable
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "unstable";
|
||||
system.stateVersion = "stable";
|
||||
system.autoUpgrade.enable = true;
|
||||
|
||||
# Automatically optimize the Nix store.
|
||||
|
@@ -76,7 +76,7 @@ in
|
||||
|
||||
# lua
|
||||
lua53Packages.luacheck
|
||||
stylua
|
||||
# stylua
|
||||
|
||||
# golang
|
||||
golangci-lint
|
||||
@@ -133,7 +133,7 @@ in
|
||||
|
||||
## aws
|
||||
aws-connect
|
||||
aws-role-play
|
||||
# aws-role-play
|
||||
aws-vault
|
||||
awscli2
|
||||
awslogs
|
||||
@@ -142,10 +142,9 @@ in
|
||||
# python
|
||||
python39
|
||||
python39Packages.black
|
||||
python39Packages.ipython
|
||||
# python39Packages.ipython
|
||||
python39Packages.pip
|
||||
python39Packages.pipx
|
||||
python39Packages.poetry
|
||||
# python39Packages.poetry
|
||||
python39Packages.setuptools
|
||||
python39Packages.virtualenv
|
||||
|
||||
@@ -154,7 +153,7 @@ in
|
||||
rubocop
|
||||
ruby
|
||||
rufo
|
||||
rubyPackages.solargraph
|
||||
# rubyPackages.solargraph # not in 21.05
|
||||
|
||||
# news
|
||||
srv
|
||||
@@ -211,7 +210,6 @@ in
|
||||
tailscale
|
||||
teams
|
||||
wireshark-qt
|
||||
yuzu
|
||||
zoom-us
|
||||
netdata # TODO: Enable launchd support with nix-darwin
|
||||
]);
|
||||
|
Reference in New Issue
Block a user