replaced tabs with 2 spaces in script docs

This commit is contained in:
pagedmov
2024-11-07 15:07:08 -05:00
parent 46b8eb6a93
commit da191e5ae4
2 changed files with 67 additions and 63 deletions

View File

@@ -6,12 +6,16 @@
- `fetchfromgh someuser/somerepo`
- Example:
- `fetchfromgh pagedMov/nixos-config` - returns this:
```
src = pkgs.fetchFromGitHub {
owner = "pagedMov";
repo = "nixos-config";
rev = "fcf19c65971c667f67abf57bcaf88be410fb0759";
hash = "sha256-z+3E+ueSd2QNqtrbBKt8bwIfboPCXSUrGn690Hc/kl0=";
};
```
- Defined in 'modules/home/scripts/nix/fetchfromgh.nix'
## garbage-collect