Compare commits

..

No commits in common. "ac5b7f3a106b9b30191fac2641cb83d9b7166ea5" and "fe08fdd7bbb72f3d423af06313ff121ab9a88d57" have entirely different histories.

3 changed files with 2 additions and 11 deletions

1
.envrc
View file

@ -1 +0,0 @@
use nix

View file

@ -30,8 +30,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.111.3
NODE_VERSION: 18.14.2
HUGO_VERSION: 0.108.0
NODE_VERSION: 18.12.1
steps:
- name: Checkout
uses: actions/checkout@v3

View file

@ -1,8 +0,0 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/994e2ef9e9c70b4dd7257f73452a94e871723685.tar.gz") {} }:
pkgs.mkShell {
buildInputs = [
pkgs.hugo
pkgs.nodejs
];
}