bump to nix 26.05

This commit is contained in:
Lars Nolden
2026-06-26 14:26:54 +02:00
parent b10d22bd57
commit 9a6a901dfe
6 changed files with 63 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
system.stateVersion = "25.05";
system.stateVersion = "26.05";
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];