fix: readme typo

This commit is contained in:
Johannes Kirschbauer
2024-04-03 09:43:24 +02:00
parent 8ace46806c
commit dc1f47c062
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = [

View File

@@ -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`.