Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jun 2, 2023
1 parent fea6e24 commit 27b27c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmd/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ pub fn nix_check(opts: Opts, cfg: Option<Config>) -> Result<Output> {
pub fn nix_eval(opts: Opts, cfg: Option<Config>) -> Result<Output> {
run(
opts.cmd,
(|| cfg?.check?.cmd)(),
(|| cfg?.eval?.cmd)(),
"nix",
[
"flake",
"check",
"eval",
".#checks",
"--extra-experimental-features",
"flakes nix-command",
],
Expand Down

0 comments on commit 27b27c0

Please sign in to comment.