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