Merge pull request #45349 from zimbatm/fix-nixpart0-nixops

pythonPackages.nixpart0: fix nixops deploy
This commit is contained in:
Jörg Thalheim 2018-08-20 12:25:32 +01:00 committed by GitHub
commit d73e7efd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
{ stdenv, fetchurl, python, buildPythonApplication
# Propagated to blivet
, useNixUdev ? true
# Needed by NixOps
, udevSoMajor ? null
# Propagated dependencies
, pkgs, urlgrabber
}: