From c451e49b5a6c70d6822b8a1a5d6b72edc897e153 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:24:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:24:11 --- Projects/Infrastructure/Nix commands (Flakes).md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index d81a7a5..8ec038c 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -35,4 +35,13 @@ You can either grab something from GitHub (using the `github:user/repo*#optional Example from GitHub: -`` \ No newline at end of file +```bash +nix build "github:" +``` + +Example from a URL: + +```bash +nix build ``` +nix build "https://flakehub.com/f/NixOS/nixpkgs/*#bat" +``` \ No newline at end of file