mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42: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.
|
||||
|
Reference in New Issue
Block a user