flake.nix: upgrade nixos 23.05 -> 23.11

This commit is contained in:
Astro 2023-12-04 03:09:52 +01:00
parent d13b478631
commit 039b56b833
2 changed files with 5 additions and 5 deletions

View File

@ -362,16 +362,16 @@
},
"nixos": {
"locked": {
"lastModified": 1701458931,
"narHash": "sha256-MGeSJCSMgCh29lFJg837Z5JbpF+mKEDwHBYYfQ3xwtU=",
"lastModified": 1701650192,
"narHash": "sha256-OlW7awIgrWkAAdFO+fjkzKD0NHneHRr023r3Ld3JBGQ=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "562cbe0a293d73460fe974472dfb6e0a47393780",
"rev": "093be9832c89b19c94aebf78186562ef2fc267f1",
"type": "github"
},
"original": {
"owner": "SuperSandro2000",
"ref": "nixos-23.05",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -8,7 +8,7 @@
inputs = {
# use sandro's fork full with cherry-picked fixes
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-23.05";
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-23.11";
nixos-hardware.url = "github:nixos/nixos-hardware";
affection-src = {