diff --git a/default.nix b/default.nix index 5f759c13014d..747bdf57e74f 100644 --- a/default.nix +++ b/default.nix @@ -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.