packages/stop-using-nix-env: fix a typo

This commit is contained in:
Max Headroom 2022-08-07 00:41:49 +02:00
parent e5c1bc297b
commit 8e05127b05
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
packages.stop-using-nix-env = let
site = with pkgs; stdenvNoCC.mkDerivation rec {
pname = "stop-using-nix-env";
version = "1.1.1";
version = "1.1.2";
src = ./src;
buildCommand = ''
install -Dm644 $src/* -t $out/share/www/${pname}

View file

@ -83,7 +83,7 @@
<h1>Stop using nix-env.</h1>
<h3>For the sake of you and others.</h3>
<p>
<x-term>nix-env</x-term> was built as tool for Nix
<x-term>nix-env</x-term> was built as a tool for Nix
as a way to manage packages in a traditional (imperative) fashion.
It tries to bridge the gap between the imperative and declarative
world. A replacement for the venerable