From 1095571983b7fbd40ee571b0b01b2589b3315c2d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 4 Dec 2023 18:40:30 +0800 Subject: [PATCH] config: update nixos-stable to nixos-23.11 branch --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 658c09ca..2b3958ed 100644 --- a/flake.lock +++ b/flake.lock @@ -571,16 +571,16 @@ }, "nixos-stable": { "locked": { - "lastModified": 1701362232, - "narHash": "sha256-GVdzxL0lhEadqs3hfRLuj+L1OJFGiL/L7gCcelgBlsw=", + "lastModified": 1701539137, + "narHash": "sha256-nVO/5QYpf1GwjvtpXhyxx5M3U/WN0MwBro4Lsk+9mL0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d2332963662edffacfddfad59ff4f709dde80ffe", + "rev": "933d7dc155096e7575d207be6fb7792bc9f34f6d", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 9766739e..79e6a1a9 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ # Here are the nixpkgs variants used for creating the system configuration # in `mkHost`. - nixos-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixos-stable.url = "github:NixOS/nixpkgs/nixos-23.11"; nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";