Skip to content

Commit

Permalink
Merge pull request #167 from pankona/nix-task
Browse files Browse the repository at this point in the history
Add task to print dependency and the versions
  • Loading branch information
pankona authored Jul 17, 2023
2 parents c8d8a0b + ba03580 commit 1f2dbb5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 1f2dbb5

Please sign in to comment.