Skip to content

Commit

Permalink
disable nix docker support temporarily as not needed for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aimixsaka committed Jul 26, 2024
1 parent 2de49cf commit 445e729
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
'';
};

packages.sast-link-docker = pkgs.dockerTools.buildImage {
name = "sast-link-frontend";
config = {
Entrypoint = [ "${self.packages.${system}.default}/bin/sast-link" ];
};
};
#packages.sast-link-docker = pkgs.dockerTools.buildImage {
# name = "sast-link-frontend";
# config = {
# Entrypoint = [ "${self.packages.${system}.default}/bin/sast-link" ];
# };
#};
});
}

0 comments on commit 445e729

Please sign in to comment.