Files
notes/Projects/Infrastructure/Nix commands (Flakes).md

12 lines
229 B
Markdown
Raw Normal View History

2024-07-11 22:14:11 -04:00
## Table of contents
TODO
2024-07-11 22:15:11 -04:00
### `nix build`
Command to build nix packages, either locally sourced or from third parties (like nixpkgs)
2024-07-11 22:16:11 -04:00
### Example
#### Local
Set something to build inside your Nix flake (`flake.nix`) then run