remoteenv
This commit is contained in:
parent
4e501d5e4b
commit
8956514766
3
justfile
3
justfile
|
@ -32,6 +32,9 @@ switch:
|
|||
boot:
|
||||
sudo nixos-rebuild boot --accept-flake-config --show-trace --flake .
|
||||
|
||||
build-vm:
|
||||
sudo nixos-rebuild build-vm --accept-flake-config --show-trace --flake .
|
||||
|
||||
push hostname=`just _a_host` cmd=`gum choose test switch boot --header "Select mode..."`:
|
||||
nixos-rebuild build --flake .#{{hostname}}
|
||||
@echo pushing...
|
||||
|
|
|
@ -37,16 +37,14 @@
|
|||
|
||||
programs.git.iniContent.init.defaultBranch = "main";
|
||||
programs.git.ignores = [
|
||||
#".envrc"
|
||||
".remote.toml"
|
||||
".remoteenv"
|
||||
"result"
|
||||
"result-info"
|
||||
"result-doc"
|
||||
"result-man"
|
||||
"result-dev"
|
||||
"result-lib"
|
||||
"results"
|
||||
"result-*"
|
||||
"__pycache__"
|
||||
"*.pyc"
|
||||
#".envrc"
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
|
|
Loading…
Reference in New Issue