Skip to content

Unstable Nix

Unstable Nix #532

Workflow file for this run

name: Unstable Nix
on:
# pull_request:
# push:
# branches:
# - main
workflow_dispatch:
jobs:
success:
name: 'TMP: Test Lix patch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'
- name: 'Remove AppArmor restrictions on unprivileged user namespaces'
run: |
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- run: |
nix store ping
- run: |
nix -L run 'git+https://git.lix.systems/lix-project/lix.git?ref=2.92.0' -- build -L --no-link --print-out-paths .#checks.x86_64-linux.host-minimal || true
- run: |
nix -L run 'git+https://git.lix.systems/lix-project/lix.git?ref=main' -- build -L --no-link --print-out-paths .#checks.x86_64-linux.host-minimal