diff options
author | Alan Pearce | 2020-07-06 12:36:33 +0200 |
---|---|---|
committer | Alan Pearce | 2020-07-06 12:36:33 +0200 |
commit | 89af66a446fc3d04647d935a1540f0679986d84a (patch) | |
tree | 6c28beac23a8c690bee19590a92613988f9b3d4c | |
parent | c5266433b0890916ce5e16bb49ca4fdaaf33ee82 (diff) | |
download | nixfiles-89af66a446fc3d04647d935a1540f0679986d84a.tar.lz nixfiles-89af66a446fc3d04647d935a1540f0679986d84a.tar.zst nixfiles-89af66a446fc3d04647d935a1540f0679986d84a.zip |
Update stateVersion on prefect (re-installed)
-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 e843e253..6413c962 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -45,5 +45,5 @@ domain = pkgs.lib.mkForce "alanpearce.eu"; }; - system.stateVersion = "19.09"; + system.stateVersion = "20.03"; } |