2023-07-17 05:09:05 +00:00
|
|
|
[private]
|
|
|
|
default:
|
|
|
|
@just --list
|
|
|
|
|
2023-07-05 19:38:42 +00:00
|
|
|
build package:
|
|
|
|
@nix-build -E 'with import <nixpkgs> { }; callPackage ./pkgs/{{package}} { }'
|
2023-07-05 20:48:34 +00:00
|
|
|
|
2023-07-17 05:09:05 +00:00
|
|
|
update-flake:
|
2023-07-05 20:48:34 +00:00
|
|
|
@nix flake update
|
2023-07-17 05:09:05 +00:00
|
|
|
|
|
|
|
update-package package version:
|
|
|
|
@go run contrib/hash/main.go {{package}} {{version}}
|