experimental features
Some checks failed
Test / tests (push) Has been cancelled

This commit is contained in:
David Mikael Blum Samuelsen 2025-07-09 11:44:13 +02:00
parent 93f1c678d9
commit 35b288e4f5

View file

@ -9,6 +9,12 @@ jobs:
runs-on: nixos-latest
steps:
- run: nix-env -iA nixpkgs.nodejs
- name: Enable experimental features
run: |
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- uses: actions/checkout@v4
- run: nix flake update --commit-lock-file