From ce8b4ae49ea37f2fb0d2a07ea787c05b540514da Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:28:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:28:11 --- Projects/Infrastructure/Nix commands (Flakes).md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index bb54d1d..43228f2 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -1,13 +1,16 @@ ## Table of contents - [`nix flake`](### `nix flake` command) +- [`nix develop`](###`nix develop` command) - [`nix build`](### `nix build` command) ### `nix flake` command -Command to do stuff with nix flakes (`flake.nix) +Command to do stuff with nix flakes (`flake.nix`) -### `nix build` command +### `nix develop` + +### `nix build` command Command to build nix packages, either locally sourced or from third parties (like nixpkgs)