Skip to content

Commit 7ff5ae2

Browse files
Bump stable to 23.05
1 parent 4640199 commit 7ff5ae2

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align=center>
22
NixOS on WSL<br />
33
<a href="https://matrix.to/#/#wsl:nixos.org"><img src="https://img.shields.io/matrix/wsl:nixos.org?server_fqdn=nixos.ems.host&logo=matrix" alt="Matrix Chat" /></a>
4-
<a href="https://github.com/NixOS/nixpkgs/tree/nixos-22.11"><img src="https://img.shields.io/badge/nixpkgs-22.11-brightgreen" alt="nixpkgs 22.11" /></a>
4+
<a href="https://github.com/NixOS/nixpkgs/tree/nixos-23.05"><img src="https://img.shields.io/badge/nixpkgs-23.05-brightgreen" alt="nixpkgs 23.05" /></a>
55
<a href="https://github.com/nix-community/NixOS-WSL/releases"><img alt="Downloads" src="https://img.shields.io/github/downloads/nix-community/NixOS-WSL/total"></a>
66
</h1>
77

configuration.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs, config, modulesPath, ... }:
1+
{ pkgs, ... }:
22

33
let
44
nixos-wsl = import ./default.nix;
@@ -28,5 +28,5 @@ in
2828
experimental-features = nix-command flakes
2929
'';
3030

31-
system.stateVersion = "22.11";
31+
system.stateVersion = "23.05";
3232
}

flake.lock

Lines changed: 25 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "NixOS WSL";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
66
flake-utils.url = "github:numtide/flake-utils";
77

88
flake-compat = {

0 commit comments

Comments
 (0)