This commit is contained in:
parent
f946baf6d1
commit
4ec7a1fae1
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@ jobs:
|
|||
- run: nix-env -i nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install devenv.sh
|
||||
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes profile install nixpkgs#devenv
|
||||
run: |
|
||||
nix \
|
||||
--extra-experimental-features nix-command \
|
||||
--extra-experimental-features flakes \
|
||||
nix profile install flake:nixpkgs#legacyPackages.x86_64-linux.devenv --priority 6 \
|
||||
profile install nixpkgs#devenv
|
||||
- run: devenv shell pnpm install
|
||||
- run: devenv shell pnpm lint
|
||||
- run: devenv shell pnpm build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue