Home

nur @d8f3a23bb92c28b9b1bb10f10d90d491820cfbbf - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
nur / justfile
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[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}}