vault backup: 2024-07-11 22:24:11

This commit is contained in:
2024-07-11 22:24:11 -04:00
parent d78730ba6d
commit c451e49b5a

View File

@@ -35,4 +35,13 @@ You can either grab something from GitHub (using the `github:user/repo*#optional
Example from GitHub: Example from GitHub:
`` ```bash
nix build "github:"
```
Example from a URL:
```bash
nix build ```
nix build "https://flakehub.com/f/NixOS/nixpkgs/*#bat"
```