Skip to content

Commit

Permalink
Reword warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Jun 26, 2023
1 parent 1390cf5 commit e0511be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,12 @@ like the following:
$ nix-build ./hello.nix
```

> Note that this `./hello.nix` file is not a _real_ derivation, and you can't
> actually save it to disk and run it as-is. It has been slightly modified to
> be easier to understand for people new to Nix. Checkout one of the following
> tutorials an intro to writing real derivations:
> This `./hello.nix` file is not a _real_ derivation, and you can't save it to
> disk and run it as-is. It has been modified to be easier to
> understand for people new to Nix.
>
> If you're interesting in writing your first real Nix derivation, checkout one
> of the following tutorials:
>
> 1. [Your First Derivation](https://github.com/justinwoo/nix-shorts/blob/master/posts/your-first-derivation.md)
> 2. [Hacking Your First Package](https://nix-tutorial.gitlabpages.inria.fr/nix-tutorial/first-package.html)
Expand Down

0 comments on commit e0511be

Please sign in to comment.