From 12c0c0ec9c8da41184aba5780fd34fffd4dbfeec Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:18:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:18:11 --- Projects/Infrastructure/Nix commands (Flakes).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index 3559358..d4bab67 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -10,4 +10,8 @@ Command to build nix packages, either locally sourced or from third parties (lik #### Local -Set something to build inside your Nix flake (`flake.nix`) then run \ No newline at end of file +Set something to build inside your Nix flake (`flake.nix`) then run `nix build` + +#### Third party/Remote + +You can either grab something from GitHub (using the `github:user/rep`) \ No newline at end of file