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