summaryrefslogtreecommitdiff
path: root/config/default.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-06-22 14:19:58 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2025-06-22 14:21:47 +0200
commitbcf54c3743b740b62892cd2186d36342632add9d (patch)
tree1010b78106f02b098e36d3d0c58baa26beff1c4e /config/default.nix
parent4e625af2c42b98fe24084d3d2375f4026c95d539 (diff)
nixos: update to 25.05
Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/17d1586f41bfe944070f12bb2c82299ac1844de4' (2025-04-06) → 'github:qaristote/my-nixpkgs/54d7d2af835c30e961c9ce9596bb630d0c3b3955' (2025-06-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/bdb91860de2f719b57eef819b5617762f7120c70' (2025-04-03) → 'github:NixOS/nixpkgs/b2485d56967598da068b5a6946dadda8bfcbcd37' (2025-06-20)
Diffstat (limited to 'config/default.nix')
-rw-r--r--config/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.nix b/config/default.nix
index c1bc7e3..c4a8277 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -17,5 +17,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 = "24.11"; # Did you read the comment?
+ system.stateVersion = "25.05"; # Did you read the comment?
}