alright, figured out the build command I need
also removed the justfile for now, will take a look at that again in the future, less dependencies for now
This commit is contained in:
parent
0f2f2a09f0
commit
700fe012a1
5 changed files with 64 additions and 37 deletions
15
README.md
15
README.md
|
@ -1,8 +1,21 @@
|
|||
# My nix flake for my systems
|
||||
|
||||
## Commands
|
||||
|
||||
### Show the output of the flake
|
||||
|
||||
```sh
|
||||
nix flake show
|
||||
```
|
||||
|
||||
### Create install iso
|
||||
|
||||
```sh
|
||||
nix build .#install-isoConfigurations.minimal
|
||||
```
|
||||
|
||||
## Inpirations
|
||||
|
||||
- [dafitt/dotfiles](https://github.com/dafitt/dotfiles/)
|
||||
- [khaneliman/khanelinix](https://github.com/khaneliman/khanelinix)
|
||||
- [alex007sirois/nix-config](https://github.com/alex007sirois/nix-config) (justfile)
|
||||
- [hmajid2301/nixicle](https://gitlab.com/hmajid2301/nixicle) (the GOAT, he did what I am aiming for!)
|
Loading…
Add table
Add a link
Reference in a new issue