mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
build: nix version is now pinned to version.txt.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Builds release artifacts for GitHub releases
|
||||
|
||||
APP_NAME := envr
|
||||
VERSION := $(shell grep 'version = ' flake.nix | head -1 | sed 's/.*version = "\(.*\)";/\1/')
|
||||
VERSION := $(file < version.txt)
|
||||
BUILD_DIR := builds
|
||||
|
||||
# Binary names
|
||||
|
||||
Reference in New Issue
Block a user