This commit is contained in:
Elisiei Yehorov 2025-08-09 02:29:03 +02:00
parent fc49e86428
commit 3a586b93f0
Signed by: elisiei
GPG key ID: BA1D158DCE3DF089

View file

@ -7,13 +7,13 @@ some personal flakes
### create a new dir
```bash
nix flake new -t git+https://git.elisiei.xyz/elisiei/nix-environments#ENV_HERE DIR_NAME
nix flake new -t github:elisiei/nix-envs#ENV_HERE DIR_NAME
```
### or init an existing dir
```bash
nix flake init -t git+https://git.elisiei.xyz/elisiei/nix-environments#ENV_HERE
nix flake init -t github:elisiei/nix-envs#ENV_HERE
```
# license