replaced tabs with 2 spaces in script docs
This commit is contained in:
@@ -6,12 +6,16 @@
|
|||||||
- `fetchfromgh someuser/somerepo`
|
- `fetchfromgh someuser/somerepo`
|
||||||
- Example:
|
- Example:
|
||||||
- `fetchfromgh pagedMov/nixos-config` - returns this:
|
- `fetchfromgh pagedMov/nixos-config` - returns this:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "pagedMov";
|
owner = "pagedMov";
|
||||||
repo = "nixos-config";
|
repo = "nixos-config";
|
||||||
rev = "fcf19c65971c667f67abf57bcaf88be410fb0759";
|
rev = "fcf19c65971c667f67abf57bcaf88be410fb0759";
|
||||||
hash = "sha256-z+3E+ueSd2QNqtrbBKt8bwIfboPCXSUrGn690Hc/kl0=";
|
hash = "sha256-z+3E+ueSd2QNqtrbBKt8bwIfboPCXSUrGn690Hc/kl0=";
|
||||||
};
|
};
|
||||||
|
```
|
||||||
- Defined in 'modules/home/scripts/nix/fetchfromgh.nix'
|
- Defined in 'modules/home/scripts/nix/fetchfromgh.nix'
|
||||||
|
|
||||||
## garbage-collect
|
## garbage-collect
|
||||||
|
|||||||
Reference in New Issue
Block a user