Skip to content

Commit 77e3069

Browse files
committed
fix typos
1 parent 00bd0df commit 77e3069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
pkg-config
9292
]);
9393
in {
94-
# remove `auditable since it expects rust 2024, but cannot find it
95-
# this is usually disable by passing `auditable = false;` to `buildRustPackage`
96-
# however, nixpkgs does not let us properly override this post-morted, so we have to remove the auditable package
94+
# remove `auditable` since it expects rust 2024, but cannot find it
95+
# this is usually disabled by passing `auditable = false;` to `buildRustPackage`
96+
# however, nixpkgs does not let us properly override this post-mortem, so we have to remove the auditable package
9797
# that inevitably got add in `stellar-cli` flake
9898
nativeBuildInputs = builtins.filter (pkg: !final.lib.strings.hasPrefix "auditable-" pkg.name) nativeBuildInputs';
9999
buildInputs = (previousAttrs.buildInputs or [ ]) ++ (with final; [

0 commit comments

Comments
 (0)