From b6161e1bac9a95acffbf78f376b6cb45214356b9 Mon Sep 17 00:00:00 2001 From: greg-compass Date: Tue, 27 Sep 2022 11:04:50 -0500 Subject: [PATCH 1/2] Rearrange aliases and add work ones --- home/xonsh.nix | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/home/xonsh.nix b/home/xonsh.nix index 9d9f9cd..2c8225e 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -27,23 +27,27 @@ }; aliases = { - ll = "ls -l"; - vup = "vagrant up --provision --provider libvirt"; - vos = "vagrant up --provision --provider openstack"; - vssh = "vagrant ssh"; - vhalt = "vagrant halt"; - vprov = "vagrant provision"; - vdown = "vagrant destroy"; ac = "vox activate"; + cblack = "compass workspace run src/python3/uc/tools:run_black --"; + cci = "./scripts/circleci-checks.py"; + crun = "compass workspace run"; + cylint = "./scripts/run_yaml_lint.py"; d = "vox deactivate"; devroles = "cd ~/src/ansible_collections/devroles"; + dirflake = "nix flake new -t github:nix-community/nix-direnv"; + ll = "ls -l"; molcol = "molecule -c ../../tests/molecule.yml"; pa = "cd ~/src/packaging"; - dirflake = "nix flake new -t github:nix-community/nix-direnv"; tsup = "sudo tailscale up"; tspub = "sudo tailscale up --exit-node=linode"; tshome = "sudo tailscale up --exit-node=2maccabees"; tsclear = "sudo tailscale up --exit-node=''"; + vdown = "vagrant destroy"; + vhalt = "vagrant halt"; + vos = "vagrant up --provision --provider openstack"; + vprov = "vagrant provision"; + vup = "vagrant up --provision --provider libvirt"; + vssh = "vagrant ssh"; }; configHeader = '' From 5f2d5bb2cefd298b604a4757bb78f6acbbd7ab00 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 27 Sep 2022 15:21:06 -0500 Subject: [PATCH 2/2] Update garnix.yaml Test aarch64 support --- garnix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garnix.yaml b/garnix.yaml index 4ded1e0..2a5ab86 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -8,4 +8,4 @@ builds: - darwinConfigurations.* exclude: - nixosConfigurations.linode # Requires decrypted files - - nixosConfigurations.2maccabees # Raspberry Pi 4 + #- nixosConfigurations.2maccabees # Raspberry Pi 4