This commit is contained in:
parent
2ea8793a12
commit
8a80bf5df9
2 changed files with 8 additions and 4 deletions
|
@ -36,7 +36,9 @@ jobs:
|
|||
run: |
|
||||
echo "Running Nix Build"
|
||||
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:"
|
||||
ls -lah result/*
|
||||
|
||||
|
|
|
@ -160,9 +160,11 @@
|
|||
emacs = "emacs -nw";
|
||||
|
||||
# docker
|
||||
d = "docker";
|
||||
dc = "docker-compose";
|
||||
de = "docker exec -it";
|
||||
d = "docker";
|
||||
dc = "docker-compose";
|
||||
de = "docker exec -it";
|
||||
dl = "docker logs -f ";
|
||||
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}"'';
|
||||
|
||||
# bash / system
|
||||
ls = "exa";
|
||||
|
|
Loading…
Reference in a new issue