Resources: - https://nixos.org/manual/nixpkgs/stable/#rust - https://github.com/mozilla/nixpkgs-mozilla#rust-overlay - https://christine.website/blog/how-i-start-nix-2020-03-08 - https://github.com/nix-community/naersk Rough outline of steps: - [ ] Set a standalone simple Rust enclave repo. We can extract the helloworld from the samplecode into its own repo, and change the relative path ...