aboutsummaryrefslogtreecommitdiff
path: root/nix.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'nix.wiki')
-rw-r--r--nix.wiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix.wiki b/nix.wiki
index 2b5d39b..ab1f581 100644
--- a/nix.wiki
+++ b/nix.wiki
@@ -6,11 +6,11 @@
- `nix-shell -p hello` : Drop into a new shell where the selected
package is installed.
-{{{
+{{{sh
nix-env -f "<nixpkgs>" -qaP -A haskellPackages Cabal
}}}
-{{{
+{{{sh
nix-env -iA nixpkgs.xmonad
nix-env -iA nixpkgs.myHaskellEnv
}}}