summary refs log tree commit diff
path: root/pkgs/misc/my-env/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-02-23 12:32:15 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-02-24 21:35:23 +0100
commit5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477 (patch)
tree9426b8175950c05e36ed0883f9bf81d5a0df5644 /pkgs/misc/my-env/default.nix
parent5077600d9abedefdf56cea4ee7c9022e88c9a9cd (diff)
downloadnixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar.gz
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar.bz2
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar.lz
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar.xz
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.tar.zst
nixpkgs-5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477.zip
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
my-env/default.nix lists an example on how to create an SDL environment
that can be installed with "nix-env -i sdl-env". That is actually wrong
and will not work. The correct command is "nix-env -i env-sdl".
Diffstat (limited to 'pkgs/misc/my-env/default.nix')
-rw-r--r--pkgs/misc/my-env/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/my-env/default.nix b/pkgs/misc/my-env/default.nix
index 19c105bf4f0..39fd9979266 100644
--- a/pkgs/misc/my-env/default.nix
+++ b/pkgs/misc/my-env/default.nix
@@ -12,7 +12,7 @@
   }
 
   # Then you can install it by:  
-  #  $ nix-env -i sdl-env
+  #  $ nix-env -i env-sdl
   # And you can load it simply calling:  
   #  $ load-env-sdl
   # and this will update your env vars to have 'make' and 'gcc' finding the SDL