default.nix: fix typo (#456786)

This commit is contained in:
Wolfgang Walther
2025-10-29 20:59:16 +00:00
committed by GitHub
+1 -1
View File
@@ -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.