mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
14 lines
262 B
Markdown
14 lines
262 B
Markdown
# 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
|
|
```
|