Test
Some checks failed
build-linode-img / build-linode-img (push) Failing after 13s

This commit is contained in:
iFargle 2023-12-16 10:34:33 +09:00
parent 2ea8793a12
commit 8a80bf5df9
2 changed files with 8 additions and 4 deletions

View file

@ -36,7 +36,9 @@ jobs:
run: | run: |
echo "Running Nix Build" echo "Running Nix Build"
nix --extra-experimental-features "nix-command flakes" \ nix --extra-experimental-features "nix-command flakes" \
build ${{ github.workspace }}/#imageConfigurations.nixos-linode-img build ${{ github.workspace }}/#imageConfigurations.nixos-linode-image
- name: "Results"
run: |
echo "Results:" echo "Results:"
ls -lah result/* ls -lah result/*

View file

@ -160,9 +160,11 @@
emacs = "emacs -nw"; emacs = "emacs -nw";
# docker # docker
d = "docker"; d = "docker";
dc = "docker-compose"; dc = "docker-compose";
de = "docker exec -it"; de = "docker exec -it";
dl = "docker logs -f ";
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}"'';
# bash / system # bash / system
ls = "exa"; ls = "exa";