NixOS 23.11, lets begin!

This commit is contained in:
Sandro - 2023-12-06 23:41:52 +01:00
parent d85b19eaeb
commit 7f30d77a8b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 5 deletions

View File

@ -362,16 +362,16 @@
},
"nixos": {
"locked": {
"lastModified": 1701458931,
"narHash": "sha256-MGeSJCSMgCh29lFJg837Z5JbpF+mKEDwHBYYfQ3xwtU=",
"lastModified": 1701808357,
"narHash": "sha256-tuZTqH23fL0tEmPhKOW0Umo0FvU7x0GlZ6eoIewUJd4=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "562cbe0a293d73460fe974472dfb6e0a47393780",
"rev": "b33c45d745d3283fc99c9bda17dff7cb48cdd80b",
"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 = {