Home

nur @ebc11bb5da07bf4fc1f2bbf01eb3c01a5cd23a71 - 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}}