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

View File

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