diff options
author | Raito Bezarius | 2023-05-22 21:14:06 +0200 |
---|---|---|
committer | Raito Bezarius | 2023-05-22 21:16:04 +0200 |
commit | 2c28f1de7cdc10be556d2106108411dd2482794b (patch) | |
tree | 8db436971af9dacbe3c2e3767a98ccd44b5ab388 /lib/trivial.nix | |
parent | bf0e44973fd10199eb47325b94647d84b0317168 (diff) |
23.11 is Tapir 23.11-pre
Diffstat (limited to 'lib/trivial.nix')
-rw-r--r-- | lib/trivial.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/trivial.nix b/lib/trivial.nix index 17e83d58b7d7..26e4b32400f2 100644 --- a/lib/trivial.nix +++ b/lib/trivial.nix @@ -195,7 +195,7 @@ rec { On each release the first letter is bumped and a new animal is chosen starting with that new letter. */ - codeName = "Stoat"; + codeName = "Tapir"; /* Returns the current nixpkgs version suffix as string. */ versionSuffix = |