Unverified Commit 246aebc5 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

default.nix: fix typo (#456786)

parents e1f2fec6 e32b9df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.