Skip to content

Commit

Permalink
nix: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Sep 18, 2024
1 parent c5a0945 commit e34b5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/nix/scope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ superCallPackage ../rust-utils {} self //
};
};

dir = runCommand "targest" {
dir = runCommand "target" {
nativeBuildInputs = [ tool ];
} ''
mkdir $out
Expand Down

0 comments on commit e34b5ac

Please sign in to comment.