Home

nur @main - refs - log - search -
https://git.jolheiser.com/nur.git
My NUR
justfile - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[private]
default:
	@just --list

readme:
	@nu -c 'nu README.nu | save --force README.md'

build package:
	@git add .
	@nix build .#{{package}}

update-flake:
	@nix flake update

update-package package version:
	@go run contrib/hash/main.go {{package}} {{version}}