diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index d260cfc7e..b6a229cf4 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -21,4 +21,5 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 - run: nix flake check - run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time' + - run: nix develop --command make deps - run: nix develop --command make all diff --git a/Makefile b/Makefile index 55202be0a..936d7f253 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,17 @@ ifndef EDITOR EDITOR=vim endif @cd $(CURDIR)/content/posts; $(EDITOR) `ls -t | peco` + +deps: + nix --version + hugo version + go version + make --version + dprint --version + typos --version + convert --version + actionlint --version + ls --version + nil --version + peco --version + vim --version | sed -n '1p'