16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
[private]
|
|
default:
|
|
@just --list
|
|
|
|
readme:
|
|
@nu -c 'nu README.nu | save --force README.md'
|
|
|
|
build package:
|
|
@nix-build -E 'with import <nixpkgs> { }; callPackage ./pkgs/{{package}} { }'
|
|
|
|
update-flake:
|
|
@nix flake update
|
|
|
|
update-package package version:
|
|
@go run contrib/hash/main.go {{package}} {{version}}
|