mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
docs: minor fixups
This commit is contained in:
parent
2e548efae3
commit
789e93d61c
5 changed files with 10 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ If you use nix flakes support:
|
|||
</details>
|
||||
<details>
|
||||
<summary>niv</summary>
|
||||
|
||||
|
||||
First add it to [niv](https://github.com/nmattia/niv):
|
||||
|
||||
```console
|
||||
|
|
@ -91,7 +91,7 @@ $ nix-channel --update
|
|||
imports = let
|
||||
# replace this with an actual commit id or tag
|
||||
commit = "f2783a8ef91624b375a3cf665c3af4ac60b7c278";
|
||||
in [
|
||||
in [
|
||||
"${builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/disko/archive/${commit}.tar.gz";
|
||||
# replace this with an actual hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue