manual_inherit
This commit is contained in:
@@ -16,10 +16,9 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "cockpit-machines";
|
||||
inherit (sources) src;
|
||||
inherit version;
|
||||
|
||||
src = sources.src;
|
||||
|
||||
# Pre-vendored node_modules from cockpit-project/node-cache, pinned via the
|
||||
# node_modules submodule reference in the source tree.
|
||||
inherit (sources) nodeModules;
|
||||
|
||||
Reference in New Issue
Block a user