Skip to content

Update flake.lock

Update flake.lock #457

Workflow file for this run

name: Cachix
on:
push:
branches: [master]
jobs:
build-desktek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Cachix
uses: cachix/cachix-action@v14
with:
name: tekila
extraPullNames: 'nix-community,hyprland,devenv,statix,deadnix'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true
- run: nix build -L --no-link .#nixosConfigurations.desktek.config.system.build.toplevel
- run: nix eval --json ".#nixosConfigurations.desktek.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push tekila
build-frametek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Cachix
uses: cachix/cachix-action@v14
with:
name: tekila
extraPullNames: 'nix-community,hyprland,devenv,statix,deadnix'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true
- run: nix build -L --no-link .#nixosConfigurations.frametek.config.system.build.toplevel
- run: nix eval --json ".#nixosConfigurations.frametek.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push tekila
build-servetek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Cachix
uses: cachix/cachix-action@v14
with:
name: tekila
extraPullNames: 'nix-community,hyprland,devenv,statix,deadnix'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true
- run: nix build -L --no-link .#nixosConfigurations.servetek.config.system.build.toplevel
- run: nix eval --json ".#nixosConfigurations.servetek.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push tekila