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