crane/examples/alt-registry
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
..
.cargo Fix alt-registry example (#343) 2023-06-18 23:16:45 +00:00
src Add example for using an alternative cargo registry 2022-01-30 23:58:56 +00:00
.gitignore templates: add .gitignore file (#254) 2023-02-25 23:01:57 +00:00
Cargo.lock update all Cargo.locks (#364) 2023-08-11 00:13:17 +00:00
Cargo.toml Fix alt-registry example (#343) 2023-06-18 23:16:45 +00:00
flake.nix examples: avoid re-instantiating nixpkgs where possible (#460) 2023-11-26 18:37:43 +00:00