From 0c067f4516e7d0d364b046999bc121bef91d684f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 11 Jul 2024 22:22:11 -0400 Subject: [PATCH] vault backup: 2024-07-11 22:22:11 --- Projects/Infrastructure/Nix commands (Flakes).md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index c8e53e5..48754fb 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -15,7 +15,6 @@ Set something to build inside your Nix flake (`flake.nix`) then run `nix build`. Here's an example you can put in Nix flake: ```nix -``` packages.default = pkgs.rustPlatform.buildRustPackage { name = "zero-to-nix-rust"; src = ./.; @@ -24,7 +23,9 @@ Here's an example you can put in Nix flake: }; }; ``` -``` + +Then run: + #### Third party/Remote