Skip to content

Commit

Permalink
also remove nix version update from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Sep 14, 2024
1 parent 0021e37 commit ccaeb54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ version:
$(ised) "s/version = .*/version = ${v}/" ./harmony.ipkg
$(ised) "s/appVersion = \".*\"/appVersion = \"${v}\"/" ./src/AppVersion.idr
$(ised) "s/\"version\": \".*\"/\"version\": \"${v}\"/" ./package.json
$(ised) "s/version = \".*\";/version = \"${v}\";/" ./default.nix
@npm update
@$(node2nix) -- --composition node2nix.nix # -l # <- can't use -l for lockfile because lockfile version 3 not supported yet.
@$(nix) fmt
Expand Down

0 comments on commit ccaeb54

Please sign in to comment.