nixops: build nixops also for OSX and FreeBSD
This commit is contained in:
parent
094edba311
commit
a80598b535
@ -40,6 +40,6 @@ pythonPackages.buildPythonPackage rec {
|
|||||||
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";
|
||||||
maintainers = [ lib.maintainers.eelco lib.maintainers.rob ];
|
maintainers = [ lib.maintainers.eelco lib.maintainers.rob ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user