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