Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@v7.0.1
- name: Install Lix
uses: samueldr/lix-gha-installer-action@7b7f14d320d6aacfb65bd1ef761566b3b69e474c
uses: samueldr/lix-gha-installer-action@v2026-06-15
with:
extra_nix_config: |-
accept-flake-config = true
max-jobs = auto
- name: Add SSH keys to ssh-agent
uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: |-
${{ secrets.SECRETS_DEPLOY_KEY }}
${{ secrets.PRAGMATAPRO_DEPLOY_KEY }}
- name: Setup Attic cache
uses: ryanccn/attic-action@1887fd507f03327c96c64cca30118c96eb17fdad
uses: ryanccn/attic-action@v0.4
with:
cache: tilde
endpoint: https://cache.e10.camp
install-command: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#attic-client
token: ${{ secrets.ATTIC_TOKEN }}
- name: Use Cachix store
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c
uses: cachix/cachix-action@v17
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#cachix
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/devshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ jobs:
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@v7.0.1
- name: Install Lix
uses: samueldr/lix-gha-installer-action@7b7f14d320d6aacfb65bd1ef761566b3b69e474c
uses: samueldr/lix-gha-installer-action@v2026-06-15
with:
extra_nix_config: |-
accept-flake-config = true
max-jobs = auto
- name: Add SSH keys to ssh-agent
uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: |-
${{ secrets.SECRETS_DEPLOY_KEY }}
${{ secrets.PRAGMATAPRO_DEPLOY_KEY }}
- name: Setup Attic cache
uses: ryanccn/attic-action@1887fd507f03327c96c64cca30118c96eb17fdad
uses: ryanccn/attic-action@v0.4
with:
cache: tilde
endpoint: https://cache.e10.camp
install-command: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#attic-client
token: ${{ secrets.ATTIC_TOKEN }}
- name: Use Cachix store
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c
uses: cachix/cachix-action@v17
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#cachix
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ jobs:
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@v7.0.1
- name: Install Lix
uses: samueldr/lix-gha-installer-action@7b7f14d320d6aacfb65bd1ef761566b3b69e474c
uses: samueldr/lix-gha-installer-action@v2026-06-15
with:
extra_nix_config: |-
accept-flake-config = true
max-jobs = auto
- name: Add SSH keys to ssh-agent
uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: |-
${{ secrets.SECRETS_DEPLOY_KEY }}
${{ secrets.PRAGMATAPRO_DEPLOY_KEY }}
- name: Setup Attic cache
uses: ryanccn/attic-action@1887fd507f03327c96c64cca30118c96eb17fdad
uses: ryanccn/attic-action@v0.4
with:
cache: tilde
endpoint: https://cache.e10.camp
install-command: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#attic-client
token: ${{ secrets.ATTIC_TOKEN }}
- name: Use Cachix store
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c
uses: cachix/cachix-action@v17
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#cachix
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,28 @@ jobs:
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
uses: actions/checkout@v7.0.1
- name: Install Lix
uses: samueldr/lix-gha-installer-action@7b7f14d320d6aacfb65bd1ef761566b3b69e474c
uses: samueldr/lix-gha-installer-action@v2026-06-15
with:
extra_nix_config: |-
accept-flake-config = true
max-jobs = auto
- name: Add SSH keys to ssh-agent
uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555
uses: webfactory/ssh-agent@v0.10.0
with:
ssh-private-key: |-
${{ secrets.SECRETS_DEPLOY_KEY }}
${{ secrets.PRAGMATAPRO_DEPLOY_KEY }}
- name: Setup Attic cache
uses: ryanccn/attic-action@1887fd507f03327c96c64cca30118c96eb17fdad
uses: ryanccn/attic-action@v0.4
with:
cache: tilde
endpoint: https://cache.e10.camp
install-command: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#attic-client
token: ${{ secrets.ATTIC_TOKEN }}
- name: Use Cachix store
uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c
uses: cachix/cachix-action@v17
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
installCommand: nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#cachix
Expand Down
11 changes: 6 additions & 5 deletions modules/development/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ in
flake.actions-nix.workflows =
let
actions = {
checkout = "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd";
install-lix = "samueldr/lix-gha-installer-action@7b7f14d320d6aacfb65bd1ef761566b3b69e474c";
ssh-agent = "webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555";
attic = "ryanccn/attic-action@1887fd507f03327c96c64cca30118c96eb17fdad";
cachix = "cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c";
checkout = "actions/checkout@v7.0.1";
install-lix = "samueldr/lix-gha-installer-action@v2026-06-15";
ssh-agent = "webfactory/ssh-agent@v0.10.0";
attic = "ryanccn/attic-action@v0.4";
cachix = "cachix/cachix-action@v17";
};
setup = [
{
Expand Down Expand Up @@ -43,6 +43,7 @@ in
name = "Setup Attic cache";
uses = actions.attic;
"with" = {
install-command = "nix profile install github:NixOS/nixpkgs/nixpkgs-unstable#attic-client";
cache = "tilde";
endpoint = "https://cache.e10.camp";
token = "\${{ secrets.ATTIC_TOKEN }}";
Expand Down
Loading