Skip to content

Commit

Permalink
chore: Cargo.toml file in nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-thevenet committed Nov 23, 2024
1 parent 6909a1c commit 5d11569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
...
}:
let
cargoToml = builtins.fromTOML (builtins.readFile ./vault-tasks/Cargo.toml);
cargoToml = builtins.fromTOML (builtins.readFile ./Cargo.toml);
rust-toolchain = pkgs.symlinkJoin {
name = "rust-toolchain";
paths = with pkgs; [
Expand Down

0 comments on commit 5d11569

Please sign in to comment.