Skip to content

Commit

Permalink
Merge pull request #9 from marlinprotocol/roshan/docker
Browse files Browse the repository at this point in the history
Use callPackage instead of import so it can be overriden
  • Loading branch information
roshanrags authored Nov 29, 2024
2 parents 5c0fcad + f95f711 commit 9a7b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
vet = initialization.vet.compressed;
kernels = kernels.tuna;
};
sdks.docker-enclave = import ./sdks/docker-enclave {
sdks.docker-enclave = nixpkgs.legacyPackages.${systemConfig.system}.callPackage ./sdks/docker-enclave {
inherit nixpkgs systemConfig nitro-util;
supervisord = external.supervisord.compressed;
dnsproxy = external.dnsproxy.compressed;
Expand Down

0 comments on commit 9a7b15c

Please sign in to comment.