configs/nix: pin nix at 2.19

This commit is contained in:
Aaron Bieber 2024-01-15 21:14:53 -07:00
parent 8b48da9edd
commit 4506f1178f
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
nix = {
#package = pkgs.nixVersions.nix_2_17;
package = pkgs.nixVersions.nix_2_19;
gc = {
automatic = true;
dates = "daily";