diff --git a/Projects/Infrastructure/Nix commands (Flakes).md b/Projects/Infrastructure/Nix commands (Flakes).md index 3559358..d4bab67 100644 --- a/Projects/Infrastructure/Nix commands (Flakes).md +++ b/Projects/Infrastructure/Nix commands (Flakes).md @@ -10,4 +10,8 @@ Command to build nix packages, either locally sourced or from third parties (lik #### Local -Set something to build inside your Nix flake (`flake.nix`) then run \ No newline at end of file +Set something to build inside your Nix flake (`flake.nix`) then run `nix build` + +#### Third party/Remote + +You can either grab something from GitHub (using the `github:user/rep`) \ No newline at end of file