diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:32:51 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:32:51 -0700 |
| commit | d481251d4148a9e90cf71aa1c11a8f8e077336a4 (patch) | |
| tree | a5dd8993718db7cfc7b13ef2a24a3fa2e15b582f /content/notes/working-with-nix.md | |
| parent | simplify the layout (diff) | |
| download | fcuny.net-d481251d4148a9e90cf71aa1c11a8f8e077336a4.tar.gz | |
some more cleanup
Diffstat (limited to '')
| -rw-r--r-- | content/notes/working-with-nix.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/content/notes/working-with-nix.md b/content/notes/working-with-nix.md index 3d208e4..7da8ec7 100644 --- a/content/notes/working-with-nix.md +++ b/content/notes/working-with-nix.md @@ -1,9 +1,6 @@ --- title: working with nix date: 2022-05-10 -tags: - - linux - - nix --- ## the `nix develop` command @@ -17,7 +14,7 @@ sub-commands. they map as follow: | phase | default to | command | note | -|----------------|----------------|---------------------------|------| +| -------------- | -------------- | ------------------------- | ---- | | configurePhase | `./configure` | `nix develop --configure` | | | buildPhase | `make` | `nix develop --build` | | | checkPhase | `make check` | `nix develop --check` | | @@ -40,7 +37,7 @@ phase](https://github.com/NixOS/nixpkgs/blob/fb7287e6d2d2684520f756639846ee07f62 ## `buildInputs` or `nativeBuildInputs` -- `nativeBuildInputs` is intended for architecture-dependent - build-time-only dependencies -- `buildInputs` is intended for architecture-independent - build-time-only dependencies +- `nativeBuildInputs` is intended for architecture-dependent + build-time-only dependencies +- `buildInputs` is intended for architecture-independent + build-time-only dependencies |
