Author: qknight
Date: Tue Mar 20 14:51:18 2012
New Revision: 33298
URL: https://nixos.org/websvn/nix/?rev=33298&sc=1
Log:
rewrote the text to make virics and my edits seem like from one author
Modified:
nixpkgs/trunk/pkgs/misc/my-env/default.nix
Modified: nixpkgs/trunk/pkgs/misc/my-env/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/misc/my-env/default.nix Tue Mar 20 14:41:24 2012
(r33297)
+++ nixpkgs/trunk/pkgs/misc/my-env/default.nix Tue Mar 20 14:51:18 2012
(r33298)
@@ -11,8 +11,10 @@
};
}
- # Then you can install it by: nix-env -i sdl-env
- # And you can load it simply calling: load-sdl-env
+ # Then you can install it by:
+ # $ nix-env -i sdl-env
+ # And you can load it simply calling:
+ # $ load-sdl-env
# and this will update your env vars to have 'make' and 'gcc' finding the SDL
# headers and libs.
@@ -44,13 +46,13 @@
};
}
- Now we should build our newly defined custom environment using this command
on a shell, so type:
- $ nix-env -i env-nix
+ # Now we should build our newly defined custom environment using this
command on a shell, so type:
+ # $ nix-env -i env-nix
- You can load the environment simply typing a "load-${name}-env" command.
- $ load-nix-env
- The result using that command should be:
- env-nix loaded
+ # You can load the environment simply typing a "load-${name}-env" command.
+ # $ load-nix-env
+ # The result using that command should be:
+ # env-nix loaded
*/
{ mkDerivation, substituteAll, pkgs } : { stdenv ? pkgs.stdenv, name,
buildInputs ? [], cTags ? [], extraCmds ? ""} :
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits