1
0
Fork 0
nur/justfile

13 lines
249 B
Plaintext

[private]
default:
@just --list
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}}