plaintext?

This commit is contained in:
Harsh Shandilya 2022-12-23 17:41:22 +05:30 committed by GitHub
parent 74420ede7d
commit 4665774d0e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ I needed a space separated list of my shell scripts to pass to shfmt and shellch
Here I ran into my first problem: Nix expects every derivation to generate an output which meant this doesn't actually build.
```
```plaintext
➜ nix flake check
error: flake attribute 'checks.fmt-check.outPath' is not a derivation
```