Use old-style nix-shell instead for workflow

I wish `act` would support podman at this point. Ehhhhhh....
This commit is contained in:
Gabriel Arazas 2022-07-29 23:25:50 +08:00
parent b9965497fd
commit cd20e52d7a

View File

@ -13,7 +13,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup for static site generation
run: |
nix shell nixpkgs#nodejs
nix-shell -p nodejs
mv notebook/ site/public/
cd site
npm install