summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/default.nix2
-rw-r--r--flake.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.nix b/config/default.nix
index a0b61aa..7aaea55 100644
--- a/config/default.nix
+++ b/config/default.nix
@@ -18,5 +18,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.11"; # Did you read the comment?
+ system.stateVersion = "26.05"; # Did you read the comment?
}
diff --git a/flake.nix b/flake.nix
index ff6c2bd..9944a30 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
inputs.nixpkgs.follows = "/nixpkgs";
};
my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
};
outputs =