mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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:
|
This version of Nixpkgs requires an implementation of Nix with the following features:
|
||||||
- ${builtins.concatStringsSep "\n- " missingFeatures}
|
- ${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.
|
- 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