experimentalist

This commit is contained in:
plasmagoat 2025-06-07 22:59:41 +02:00
parent 48d5f1209e
commit 8ed9bdff79

View file

@ -30,6 +30,11 @@ jobs:
echo "VERSION=dev-$(date +%s)" >> $GITHUB_ENV echo "VERSION=dev-$(date +%s)" >> $GITHUB_ENV
fi fi
- name: Enable experimental features
run: |
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- name: Build NixOS image - name: Build NixOS image
run: nix build .#base --builders "ssh://root@nixos-builder.lab x86_64-linux" run: nix build .#base --builders "ssh://root@nixos-builder.lab x86_64-linux"