summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorviric <viric@viric.name>2013-02-24 12:39:20 -0800
committerviric <viric@viric.name>2013-02-24 12:39:20 -0800
commite2d097c5c0642f1e7af20284e0ce1521615b5f8c (patch)
treef2fab03e87420096f06dabfa4dc5282290c31c49 /pkgs/misc
parent7d5056f8a3cf76b20d9b24e6644f2fc7fdf4a0f8 (diff)
parent5b9a7fc95a0ed8f60c6bd9e302fc5c25e3282477 (diff)
downloadnixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar.gz
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar.bz2
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar.lz
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar.xz
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.tar.zst
nixlib-e2d097c5c0642f1e7af20284e0ce1521615b5f8c.zip
Merge pull request #333 from bjornfor/fix-typo
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
Diffstat (limited to 'pkgs/misc')
-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 19c105bf4f02..39fd99792667 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