feat: bump nixos's version to 23.11

This commit is contained in:
Ryan Yin
2023-12-05 10:39:10 +08:00
parent 489a6a29b3
commit 96e37a669d
18 changed files with 38 additions and 38 deletions

View File

@@ -217,7 +217,7 @@ To test the usage of `lib.mkBefore` and `lib.mkAfter`, let's create a simple Fla
description = "Ryan's NixOS Flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
};
outputs = { self, nixpkgs, ... }@inputs: {