update readme to match new git remote
This commit is contained in:
parent
dba4060845
commit
bdcc34353f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!-- markdownlint-disable MD033 -->
|
<!-- markdownlint-disable MD033 -->
|
||||||
<h1 align="center">deva's nixos flake</h1>
|
<h1 align="center">val's nixos flake</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<!-- markdownlint-disable MD013 -->
|
<!-- markdownlint-disable MD013 -->
|
||||||
|
@ -15,13 +15,13 @@
|
||||||
to explore the flake output and it's functionalities, run:
|
to explore the flake output and it's functionalities, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix flake show github:devawaves/nixos
|
nix flake show git+https://git.dessa.dev/valnyx/nixos
|
||||||
```
|
```
|
||||||
|
|
||||||
to get the disko.nix file, run:
|
to get the disko.nix file, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix run github:devawaves/nixos#disko
|
nix run git+https://git.dessa.dev/valnyx/nixos#disko
|
||||||
```
|
```
|
||||||
|
|
||||||
_more utilities can be found in [usage.md](./usage.md)_
|
_more utilities can be found in [usage.md](./usage.md)_
|
||||||
|
|
Loading…
Reference in a new issue