nixopsUnstable: fix version output

This commit is contained in:
figsoda 2021-09-20 08:58:18 -04:00
parent f5d66f8fcf
commit 4790fab62f

View File

@ -17,6 +17,10 @@ let
nixops = super.nixops.overridePythonAttrs (
old: {
postPatch = ''
substituteInPlace nixops/args.py --subst-var version
'';
meta = old.meta // {
homepage = https://github.com/NixOS/nixops;
description = "NixOS cloud provisioning and deployment tool";