Compare commits

...

2 Commits

Author SHA1 Message Date
mapclyps 63cf0ab6de add nix to path 2024-08-25 12:40:57 +00:00
mapclyps b9def45b80 enable starship 2024-08-25 12:22:47 +00:00
2 changed files with 6 additions and 0 deletions
@@ -12,6 +12,11 @@ jobs:
validate: validate:
runs-on: native runs-on: native
steps: steps:
- name: Debug environment
run: |
echo $PATH
export PATH=/run/current-system/sw/bin:$PATH
which nix || echo "Nix not found"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
+1
View File
@@ -42,6 +42,7 @@
domain = "lan"; domain = "lan";
}; };
programs.starship.enable = true;
# Enable OpenSSH # Enable OpenSSH