Merge pull request 'fix: readme typo' (#1102) from hsjobeki-main into main
All checks were successful
checks / check-links (push) Successful in 14s
checks / checks (push) Successful in 37s
checks / checks-impure (push) Successful in 1m46s
checks / checks (pull_request) Successful in 37s
checks / check-links (pull_request) Successful in 14s
checks / checks-impure (pull_request) Successful in 1m45s

This commit is contained in:
clan-bot 2024-04-03 07:51:04 +00:00
commit a6ba73c4a0
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`.