diff options
Diffstat (limited to 'Working with Nix shells.md')
-rw-r--r-- | Working with Nix shells.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Working with Nix shells.md b/Working with Nix shells.md index c042edd..5a073a9 100644 --- a/Working with Nix shells.md +++ b/Working with Nix shells.md @@ -1,5 +1,10 @@ +--- +tags: + - nix +--- Basic invocation: `nix-shell -p [ pkgs ... ]` +Nix shells are also used for [[Exposing development headers on Nixos]] # Shebang ``` #! /usr/bin/env nix-shell |