manual_inherit
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
let
|
||||
inherit (lib.trivial) importJSON;
|
||||
inherit (lib.${namespace}) mkAllSources selectVariant;
|
||||
inherit lib;
|
||||
|
||||
versionSpec = importJSON ./version.json;
|
||||
selected = selectVariant versionSpec null null;
|
||||
@@ -18,11 +19,7 @@ stdenv.mkDerivation {
|
||||
pname = "cockpit-podman";
|
||||
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;
|
||||
inherit (sources) src nodeModules;
|
||||
|
||||
# pkg/lib checked out from the main cockpit repo at the commit pinned in
|
||||
# the Makefile (COCKPIT_REPO_COMMIT).
|
||||
|
||||
Reference in New Issue
Block a user