mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
new(nix): Experimental nix config
This commit is contained in:
parent
df46ec7453
commit
c67a385937
2 changed files with 39 additions and 0 deletions
14
nix/README.md
Normal file
14
nix/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue