Skip to content

Commit

Permalink
fix: temporarily disable mkDenoBinary
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Apr 25, 2024
1 parent b05d59e commit 4a87fca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ in {
permissions.allow.all = true;
};

cliffy-binary = pkgs.denoPlatform.mkDenoBinary {
name = "cliffy";
src = ./examples/cliffy;

permissions.allow.net = "localhost:8080";
};
# cliffy-binary = pkgs.denoPlatform.mkDenoBinary {
# name = "cliffy";
# src = ./examples/cliffy;
#
# permissions.allow.net = "localhost:8080";
# };

webview = pkgs.denoPlatform.mkDenoBinary {
name = "webview";
Expand Down
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
final: prev: {
denoPlatform = {
mkDenoBinary = final.callPackage ./mkDenoBinary.nix {};
# mkDenoBinary = final.callPackage ./mkDenoBinary.nix {};
mkDenoDerivation = final.callPackage ./mkDenoDerivation.nix {};
mkDenoDir = final.callPackage ./mkDenoDir.nix {};
mkDenoPackage = final.callPackage ./mkDenoPackage.nix {};
Expand Down

0 comments on commit 4a87fca

Please sign in to comment.