We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1e86f commit 39c7bc5Copy full SHA for 39c7bc5
1 file changed
default.nix
@@ -6,8 +6,9 @@
6
(import (sources.gomod2nix+"/overlay.nix"))
7
];
8
}
9
+, release ? true
10
, cargo ? import ./Cargo.nix {
- inherit nixpkgs pkgs; release = false;
11
+ inherit nixpkgs pkgs release;
12
defaultCrateOverrides = pkgs.defaultCrateOverrides // {
13
stackable-cockpit-web = attrs: {
14
nativeBuildInputs = [ pkgs.nodePackages.yarn pkgs.nodejs_20 ];
0 commit comments