Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Upgrade to 23.11 #125

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ sources ? import ./npins
, nixpkgs ? sources."nixos-23.05"
, nixpkgs ? sources."nixos-23.11"
, ...
}:
let
Expand Down
2 changes: 1 addition & 1 deletion module/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ in
# Like at the "change a file in /etc" level
# system.includeBuildDependencies = true;

system.stateVersion = "23.05";
system.stateVersion = "23.11";

system.autoUpgrade.enable = false;
};
Expand Down
8 changes: 4 additions & 4 deletions npins/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"url": "https://api.github.com/repos/nix-community/lanzaboote/tarball/v0.3.0",
"hash": "1ysq47isagsdaisni4sbhhmbmihbhpgxj8lnzxl4kgfx2iwm7ghm"
},
"nixos-23.05": {
"nixos-23.11": {
"type": "Channel",
"name": "nixos-23.05",
"url": "https://releases.nixos.org/nixos/23.05/nixos-23.05.4981.5b528f99f73c/nixexprs.tar.xz",
"hash": "1psdfcl5rjid66dhc8c0dfdrgqk5x76drwcads149pa45vbnri8k"
"name": "nixos-23.11",
"url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.928.50aa30a13c4a/nixexprs.tar.xz",
"hash": "0amb465xi9pwgsb51d252gs7vv40ilzfhpclih7kc70r6s89jfrc"
},
"nixos-hardware": {
"type": "Git",
Expand Down
2 changes: 1 addition & 1 deletion test/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
nixpkgs = (import ../npins)."nixos-23.05";
nixpkgs = (import ../npins)."nixos-23.11";
pkgs = import nixpkgs { };
nixos-lib = import (nixpkgs + "/nixos/lib") { };
in
Expand Down