new(nix): Experimental nix config

This commit is contained in:
qwjyh 2024-10-31 21:17:34 +09:00
parent df46ec7453
commit c67a385937
2 changed files with 39 additions and 0 deletions

14
nix/README.md Normal file
View file

@ -0,0 +1,14 @@
# Experimental Nix flake for general cli environment
- Basically for servers, not for my laptops.
# How to Install
```sh
$ nix flake build
$ nix profile install .#my-packages
```
# How to upgrade
```sh
$ nix flake upgrade
$ nix profile upgrade my-packages
```