fleek
fleek copied to clipboard
self-manage fleek and host specific config
Describe the bug
Every time trying to update fleek (losing self-manage fleek
& host specific config
files
fleek.yaml
config:
- bling: none
- ejected: false
To Reproduce Steps to reproduce the behavior:
- Add path files of modules & nix to repo https://github.com/ZeroDeth/fleek/blob/907350bde6ab02387cc5c64e03b9af5d40b109af/flake.nix#L65
- run cmd
fleek update -a
Expected behavior
Files & paths can be permanent under the flake.nix
file
Environment
- OS: macOS Version 13.4
- Shell: zsh
- fleek version: v0.9.3
Additional context
- There's a way to add only a path for self-manage fleek. example like:
./modules/
only without required adding./modules/shell/kitty
./modules/shell/iterm2
etc - nice to have
allowUnsupportedSystem = true;
underhome.nix
file
Did anyone discover a fix?