mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
nixopsUnstable: fix version output
This commit is contained in:
parent
f5d66f8fcf
commit
4790fab62f
@ -17,6 +17,10 @@ let
|
|||||||
|
|
||||||
nixops = super.nixops.overridePythonAttrs (
|
nixops = super.nixops.overridePythonAttrs (
|
||||||
old: {
|
old: {
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace nixops/args.py --subst-var version
|
||||||
|
'';
|
||||||
|
|
||||||
meta = old.meta // {
|
meta = old.meta // {
|
||||||
homepage = https://github.com/NixOS/nixops;
|
homepage = https://github.com/NixOS/nixops;
|
||||||
description = "NixOS cloud provisioning and deployment tool";
|
description = "NixOS cloud provisioning and deployment tool";
|
||||||
|
Loading…
Reference in New Issue
Block a user