Linux/nix-tips-and-tricks.md
... ...
@@ -6,14 +6,20 @@
6 6
nix-env -iA nixpkgs.<packagename>
7 7
```
8 8
9
-# Nix Package Manager from Determinate Nix
10
-
11
-## Add packages
9
+If using flakes:
12 10
13 11
```bash
14 12
nix profile add nixpkgs#package-name
15 13
```
16 14
15
+## Run a command
16
+
17
+If using flakes:
18
+
19
+```bash
20
+nix shell nixpkgs#hello -c hello
21
+```
22
+
17 23
# NixOS
18 24
19 25
## Updating a Flake based system