experimentalist
This commit is contained in:
parent
48d5f1209e
commit
8ed9bdff79
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue