nix: fix eval

This commit is contained in:
zimbatm 2022-07-05 11:17:10 +02:00
parent 51826cc342
commit db604fd694
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -9,6 +9,8 @@
, rustPackages ? nixpkgs.rustPackages
}:
let
lib = nixpkgs.lib;
cargoToml = with builtins; (fromTOML (readFile ./Cargo.toml));
# What is used when invoking `nix run github:numtide/treefmt`