diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-06-22 14:40:39 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-06-22 14:44:02 +0200 |
| commit | 511a3d803c59e41a754d61540728e73acf8891e5 (patch) | |
| tree | 93bf0bd07033c2b1c5fe8dc4f361d81a84c34857 | |
| parent | efdf3fd744e45f9117f1e60d4e679dfed4de706a (diff) | |
nixos: upgrade to 25.05
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/ebe2788eafd539477f83775ef93c3c7e244421d3' (2025-03-10)
→ 'github:NixOS/nixpkgs/b2485d56967598da068b5a6946dadda8bfcbcd37' (2025-06-20)
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | flake.nix | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1741600792, - "narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=", + "lastModified": 1750400657, + "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ebe2788eafd539477f83775ef93c3c7e244421d3", + "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } @@ -1,6 +1,6 @@ { description = "Minimal NixOS installation media"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; outputs = { self, nixpkgs, @@ -34,10 +34,10 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEvPsKWQXX/QsFQjJU0CjG4LllvUVZme45d9JeS/yhLt qaristote@precision-3571" ]; - time.time = "Europe/Paris"; + time.timeZone = "Europe/Paris"; i18n = { - defaultLocal = "fr_FR.utf8"; - extraLocaleSettings.LANG = "en_US.utf8"; + defaultLocale = "fr_FR.UTF-8"; + extraLocaleSettings.LANG = "en_US.UTF-8"; }; console = { "font" = "Lat2-Terminus32"; |
