This commit is contained in:
parent
2ea8793a12
commit
8a80bf5df9
2 changed files with 8 additions and 4 deletions
|
@ -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/*
|
||||||
|
|
||||||
|
|
|
@ -163,6 +163,8 @@
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue