Skip to content

Commit

Permalink
chore(nix): read deps from Cargo.lock directly
Browse files Browse the repository at this point in the history
Avoids the FOD
  • Loading branch information
zimbatm committed Jun 17, 2024
1 parent 4b8c0ca commit df4b2e1
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 @@ -51,7 +51,7 @@
];
};

cargoHash = "sha256-s6nwLIxqaIDphi9O+c2gExBjWA9ejMsSnt7EKTyBTx8=";
cargoLock.lockFile = ./Cargo.lock;

meta = with lib; {
description = "Markdown shell pre-processor";
Expand Down

0 comments on commit df4b2e1

Please sign in to comment.