muc icon indicating copy to clipboard operation
muc copied to clipboard

Rewrite flake.nix to use nci

Open ehllie opened this issue 1 year ago • 0 comments

The current version of flake.nix uses the buildRustPackage function to create flake outputs. The downside of that, is that the hash of the cargo dependencies needs to be written manually, meaning each time Cargo.toml or Cargo.lock changes, the flake derivations break. This change uses nci which does not need manual setting of the output hash, and should therefore not break anymore.

ehllie avatar Nov 25 '23 10:11 ehllie