24 lines
590 B
Markdown
24 lines
590 B
Markdown
# nix-environments
|
|
|
|
some personal flakes
|
|
|
|
# usage
|
|
|
|
### create a new dir
|
|
|
|
```bash
|
|
nix flake new -t github:elisiei/nix-envs#ENV_HERE DIR_NAME
|
|
```
|
|
|
|
### or init an existing dir
|
|
|
|
```bash
|
|
nix flake init -t github:elisiei/nix-envs#ENV_HERE
|
|
```
|
|
|
|
# license
|
|
|
|
all original content and codes in this project is dedicated to the public domain under the
|
|
[Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
|
|
this grants you the freedom to use, modify, and distribute the content without any restrictions
|
|
or attribution requirements.
|