This commit is contained in:
parent
93f1c678d9
commit
35b288e4f5
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue