mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-08-18 16:38:16 +02:00
feat: bump nixos's version to 23.11
This commit is contained in:
@@ -52,7 +52,7 @@ In your system's `flake.nix`, add a new outputs named `colmena`. A simple exampl
|
||||
```nix{11-34}
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
|
||||
# ...
|
||||
};
|
||||
|
Reference in New Issue
Block a user