From d78730ba6d4459bc1f02abd8562a792678c1fc8b Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:23:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:23:11 --- Projects/Infrastructure/Nix commands (Flakes).md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index 48754fb..d81a7a5 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -26,7 +26,13 @@ Here's an example you can put in Nix flake: Then run: +`nix build` +to build your home brewed package! #### Third party/Remote -You can either grab something from GitHub (using the `github:user/repo*#optional_pkg`) or a URL (using the `https://scm.wyattjmiller.com/wymiller/cool-repo*#pkg`) \ No newline at end of file +You can either grab something from GitHub (using the `github:user/repo*#optional_pkg`) or a URL (using the `https://scm.wyattjmiller.com/wymiller/cool-repo*#pkg`). + +Example from GitHub: + +`` \ No newline at end of file