diff options
author | Alan Pearce | 2023-04-09 17:44:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-09 19:04:44 +0200 |
commit | 2f7b123660dfb919b6b6cdaeffd56c89756b7ba5 (patch) | |
tree | e1658c3838526fa86f3589f87ba8a5e3fc2cb5d8 | |
parent | 1ca9bbf5d3a52673154d4c43ee2a8d0a89e51fce (diff) | |
download | nixfiles-2f7b123660dfb919b6b6cdaeffd56c89756b7ba5.tar.lz nixfiles-2f7b123660dfb919b6b6cdaeffd56c89756b7ba5.tar.zst nixfiles-2f7b123660dfb919b6b6cdaeffd56c89756b7ba5.zip |
prefect: update stateVersion
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 465ffb96..829621ef 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -136,5 +136,5 @@ hostName = "prefect"; }; - system.stateVersion = "22.05"; + system.stateVersion = "23.05"; } |