Skip to content

Commit

Permalink
chore(nix/flake): rename flake-package-versions.txt to flake.pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Nov 30, 2024
1 parent 9c99da1 commit 8d9f096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ gen:
.PHONY: nix-flake-update
nix-flake-update:
nix flake update \
&& $(MAKE) flake-package-versions.txt
&& $(MAKE) flake.pkgs

.SILENT: flake-package-versions
flake-package-versions:
Expand All @@ -146,8 +146,8 @@ flake-package-versions:
$$(echo $$PATH | tr ":" "\n" | grep "/nix/store" | sort -u) \
| jq -r ".[].name" | sort -u'

flake-package-versions.txt: flake.nix flake.lock
$(MAKE) flake-package-versions > flake-package-versions.txt
flake.pkgs: flake.nix flake.lock
$(MAKE) flake-package-versions > "$@"

#
# Dependencies
Expand Down
File renamed without changes.

0 comments on commit 8d9f096

Please sign in to comment.