summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-06-28 13:21:03 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2026-06-28 13:21:03 +0200
commitb360a5c7946ffabfdbe815c2a65225a1201de659 (patch)
treefe70f2810532944949e18b16a97bca26e1190089 /nixos
parent1aca655a452a0629d576fccd7bb05b4b85574f9a (diff)
downloadprecision-3571-master.tar.gz
precision-3571-master.tar.bz2
precision-3571-master.tar.xz
nixos: bump versionHEADmaster
Diffstat (limited to 'nixos')
-rw-r--r--nixos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/default.nix b/nixos/default.nix
index 994d23e..8ca5f58 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -1,7 +1,7 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
-{...}: {
+{ ... }: {
imports = [
./boot.nix
./environment.nix
@@ -19,5 +19,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
- system.stateVersion = "25.05"; # Did you read the comment?
+ system.stateVersion = "26.05"; # Did you read the comment?
}