From 7f30d77a8b3382cf2af6fc8b0b52c5bc8548fd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 6 Dec 2023 23:41:52 +0100 Subject: [PATCH] NixOS 23.11, lets begin! --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1cc217f1..1c4d1000 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 64822fe4..ccd935e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {