ok
This commit is contained in:
parent
7977b528cd
commit
f30a0e06d5
1 changed files with 2 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ some personal flakes
|
|||
### create a new dir
|
||||
|
||||
```bash
|
||||
nix flake new -t https://git.elisiei.xyz:elisiei/nix-environments#ENV_HERE
|
||||
nix flake new -t git+https://git.elisiei.xyz/elisiei/nix-environments#ENV_HERE DIR_NAME
|
||||
```
|
||||
|
||||
### or init an existing dir
|
||||
|
||||
```bash
|
||||
nix flake init -t https://git.elisiei.xyz:elisiei/nix-environments#ENV_HERE
|
||||
nix flake init -t git+https://git.elisiei.xyz/elisiei/nix-environments#ENV_HERE
|
||||
```
|
||||
|
||||
# license
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue