From 7ff5ae201eac08847af0cd2f9f61e659b17c1cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 19 Jul 2023 15:14:14 +0200 Subject: [PATCH] Bump stable to 23.05 --- README.md | 2 +- configuration.nix | 4 ++-- flake.lock | 32 +++++++++++++++++++++++++------- flake.nix | 2 +- 4 files changed, 29 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f7ec8a13..45a948b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

NixOS on WSL
Matrix Chat - nixpkgs 22.11 + nixpkgs 23.05 Downloads

diff --git a/configuration.nix b/configuration.nix index ddd1de41..789cf59c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,4 @@ -{ pkgs, config, modulesPath, ... }: +{ pkgs, ... }: let nixos-wsl = import ./default.nix; @@ -28,5 +28,5 @@ in experimental-features = nix-command flakes ''; - system.stateVersion = "22.11"; + system.stateVersion = "23.05"; } diff --git a/flake.lock b/flake.lock index 15e9666f..489bcc48 100644 --- a/flake.lock +++ b/flake.lock @@ -17,12 +17,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", "type": "github" }, "original": { @@ -33,16 +36,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1675918889, - "narHash": "sha256-hy7re4F9AEQqwZxubct7jBRos6md26bmxnCjxf5utJA=", + "lastModified": 1689605451, + "narHash": "sha256-u2qp2k9V1smCfk6rdUcgMKvBj3G9jVvaPHyeXinjN9E=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "49efda9011e8cdcd6c1aad30384cb1dc230c82fe", + "rev": "53657afe29748b3e462f1f892287b7e254c26d77", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-22.11", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } @@ -53,6 +56,21 @@ "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 7ec08e90..4649337c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "NixOS WSL"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; flake-utils.url = "github:numtide/flake-utils"; flake-compat = {