replaced tabs with 2 spaces in script docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user