switch nix version to latest

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-22 11:40:33 -04:00 committed by Alice Huston
parent 5c873253d9
commit 306fd0de17

View File

@ -1,6 +1,7 @@
{ lib, ... }: { lib, pkgs, ... }:
{ {
nix = { nix = {
package = pkgs.nixVersions.latest;
diffSystem = true; diffSystem = true;
settings = { settings = {
experimental-features = [ experimental-features = [