From 8e05127b05c8a4241ef7965def1ee33a191122e4 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 7 Aug 2022 00:41:49 +0200 Subject: [PATCH] packages/stop-using-nix-env: fix a typo --- packages/websites/stop-using-nix-env/project.nix | 2 +- packages/websites/stop-using-nix-env/src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/websites/stop-using-nix-env/project.nix b/packages/websites/stop-using-nix-env/project.nix index c5609e3..a148214 100644 --- a/packages/websites/stop-using-nix-env/project.nix +++ b/packages/websites/stop-using-nix-env/project.nix @@ -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} diff --git a/packages/websites/stop-using-nix-env/src/index.html b/packages/websites/stop-using-nix-env/src/index.html index 0ee4007..01b5eaa 100644 --- a/packages/websites/stop-using-nix-env/src/index.html +++ b/packages/websites/stop-using-nix-env/src/index.html @@ -83,7 +83,7 @@

Stop using nix-env.

For the sake of you and others.

- nix-env was built as tool for Nix + nix-env 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