crane/examples/quick-start-simple
Ivan Petkov 85e31d408a
examples: avoid re-instantiating nixpkgs where possible (#460)
* i.e. if we neither set localSystem/crossSystem, nor add overlays, we
  can directly utilize `nixpkgs.legacyPackages.${system}` directly and
  avoid re-evaluating nixpkgs an additional time
2023-11-26 18:37:43 +00:00
..
src Add quick-start template with a clippy check 2022-01-16 16:56:30 -08:00
.gitignore templates: add .gitignore file (#254) 2023-02-25 23:01:57 +00:00
Cargo.lock chore: bump cargo locked versions 2022-01-30 16:09:21 -08:00
Cargo.toml Add quick-start template with a clippy check 2022-01-16 16:56:30 -08:00
flake.nix examples: avoid re-instantiating nixpkgs where possible (#460) 2023-11-26 18:37:43 +00:00