fix: readme typo
This commit is contained in:
@@ -12,7 +12,7 @@ Add the clan tool to your flake inputs:
|
|||||||
clan.url = "git+https://git.clan.lol/clan/clan-core";
|
clan.url = "git+https://git.clan.lol/clan/clan-core";
|
||||||
```
|
```
|
||||||
|
|
||||||
and inside the mkFlake:
|
and inside the buildClan:
|
||||||
|
|
||||||
```
|
```
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ $ nix shell git+https://git.clan.lol/clan/clan-core
|
|||||||
2. Then use the following commands to initialize a new clan-flake:
|
2. Then use the following commands to initialize a new clan-flake:
|
||||||
|
|
||||||
```shellSession
|
```shellSession
|
||||||
$ clan flake create my-clan
|
$ clan flakes create my-clan
|
||||||
```
|
```
|
||||||
|
|
||||||
This action will generate two primary files: `flake.nix` and `.clan-flake`.
|
This action will generate two primary files: `flake.nix` and `.clan-flake`.
|
||||||
|
|||||||
Reference in New Issue
Block a user