Merge pull request #138643 from figsoda/fix-nixops-version

nixopsUnstable: fix version output
This commit is contained in:
figsoda 2021-09-20 10:01:32 -04:00 committed by GitHub
commit 1a56d76d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";