Skip to content

Commit

Permalink
use callPackage instead of import so it can be overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrags committed Nov 29, 2024
1 parent 47518de commit f95f711
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 f95f711

Please sign in to comment.