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 b524a45 commit 7324811Copy full SHA for 7324811
1 file changed
release.nix
@@ -22,12 +22,12 @@ let
22
dockerImage = wrapDockerImage cluster;
23
};
24
25
-in { cardano-sl ? { outPath = ./.; rev = "abcdef"; }, ... }@args:
+in { cardano ? { outPath = ./.; rev = "abcdef"; }, ... }@args:
26
commonLib.pkgs.lib.mapAttrsRecursiveCond
27
(as: !(as ? "type" && as.type == "derivation"))
28
(path: v: if (builtins.elem path disabled) then null else v)
29
(commonLib.nix-tools.release-nix {
30
- _this = cardano-sl;
+ _this = cardano;
31
package-set-path = ./nix/nix-tools.nix;
32
packages = [
33
"cardano-sl"
0 commit comments