packages/stop-using-nix-env: update ephemeral shells link
This commit is contained in:
parent
32dcdf6601
commit
0961e81a9f
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
packages.stop-using-nix-env = let
|
packages.stop-using-nix-env = let
|
||||||
site = with pkgs; stdenvNoCC.mkDerivation rec {
|
site = with pkgs; stdenvNoCC.mkDerivation rec {
|
||||||
pname = "stop-using-nix-env";
|
pname = "stop-using-nix-env";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
src = ./src;
|
src = ./src;
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
install -Dm644 $src/* -t $out/share/www/${pname}
|
install -Dm644 $src/* -t $out/share/www/${pname}
|
||||||
|
|
|
@ -218,7 +218,7 @@
|
||||||
Do you often run into a situation where you need a particular command
|
Do you often run into a situation where you need a particular command
|
||||||
for a one-off thing, but don't feel like it should reside on your system
|
for a one-off thing, but don't feel like it should reside on your system
|
||||||
at all times?
|
at all times?
|
||||||
<a href="https://nixos.org/guides/ad-hoc-developer-environments.html">Ephemeral shells</a>
|
<a href="https://nix.dev/tutorials/first-steps/ad-hoc-shell-environments.html">Ephemeral shells</a>
|
||||||
allow you to <i>gain temporary access</i> to a command and after you exit
|
allow you to <i>gain temporary access</i> to a command and after you exit
|
||||||
out of the shell, it's as if the package was never installed.
|
out of the shell, it's as if the package was never installed.
|
||||||
If you're using Flakes,
|
If you're using Flakes,
|
||||||
|
|
Loading…
Reference in a new issue