feat: Added wireshark and refactor ollama modules
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
5
justfile
5
justfile
@@ -1,12 +1,13 @@
|
||||
set dotenv-load
|
||||
|
||||
|
||||
[macos]
|
||||
install:
|
||||
sudo nix run nix-darwin -- switch --flake .
|
||||
|
||||
[linux]
|
||||
install:
|
||||
sudo nixos-rebuild switch --flake . --builders '' --max-jobs 1
|
||||
install cores='32':
|
||||
sudo nixos-rebuild switch --flake . --builders '' --max-jobs 1 --cores {{cores}}
|
||||
|
||||
[macos]
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user