mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:44:08 +01:00
default.nix: fix typo
This commit is contained in:
parent
ddf56acbeb
commit
e32b9df95b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if missingFeatures != [ ] then
|
|||
This version of Nixpkgs requires an implementation of Nix with the following features:
|
||||
- ${builtins.concatStringsSep "\n- " missingFeatures}
|
||||
|
||||
Your are evaluating with Nix ${builtins.nixVersion or "(too old to know)"}, please upgrade:
|
||||
You are evaluating with Nix ${builtins.nixVersion or "(too old to know)"}, please upgrade:
|
||||
|
||||
- If you are running NixOS, `nixos-rebuild' can be used to upgrade your system.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue