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