From 0af915e708832d49cf13d50c542be5947d2fc123 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:19:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:19: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 d4bab67..c7ad3da 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -12,6 +12,10 @@ Command to build nix packages, either locally sourced or from third parties (lik Set something to build inside your Nix flake (`flake.nix`) then run `nix build` +```nix + +``` + #### Third party/Remote -You can either grab something from GitHub (using the `github:user/rep`) \ No newline at end of file +You can either grab something from GitHub (using the `github:user/repo*#optional_pkg`) or a URL \ No newline at end of file