Skip to content

Commit 767eb78

Browse files
authored
Deprecate the old Nix derivation (#1092)
Goreleaser nix rule was commented in #1078
1 parent 009b6a3 commit 767eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/defang/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let
2323
aarch64-darwin = "https://github.com/DefangLabs/defang/releases/download/v1.1.9/defang_1.1.9_macOS.zip";
2424
};
2525
in
26-
stdenvNoCC.mkDerivation {
26+
lib.warn "This binary derivation for defang-cli is deprecated and no longer updated" stdenvNoCC.mkDerivation {
2727
pname = "defang";
2828
version = "1.1.9";
2929
src = fetchurl {

0 commit comments

Comments
 (0)