diff --git a/Linux/nix-tips-and-tricks.md b/Linux/nix-tips-and-tricks.md index 2a88177..73270c2 100644 --- a/Linux/nix-tips-and-tricks.md +++ b/Linux/nix-tips-and-tricks.md @@ -14,6 +14,10 @@ nix profile add nixpkgs#package-name ## Run a command +```bash +nix-shell -p hello --run "hello" +``` + If using flakes: ```bash