Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 7324811

Browse files
committed
fix force new eval
1 parent b524a45 commit 7324811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ let
2222
dockerImage = wrapDockerImage cluster;
2323
};
2424
};
25-
in { cardano-sl ? { outPath = ./.; rev = "abcdef"; }, ... }@args:
25+
in { cardano ? { outPath = ./.; rev = "abcdef"; }, ... }@args:
2626
commonLib.pkgs.lib.mapAttrsRecursiveCond
2727
(as: !(as ? "type" && as.type == "derivation"))
2828
(path: v: if (builtins.elem path disabled) then null else v)
2929
(commonLib.nix-tools.release-nix {
30-
_this = cardano-sl;
30+
_this = cardano;
3131
package-set-path = ./nix/nix-tools.nix;
3232
packages = [
3333
"cardano-sl"

0 commit comments

Comments
 (0)