aboutsummaryrefslogtreecommitdiff
path: root/justfile
blob: ffbe22902d75416e07b838a88f716e1110050a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
check:
  NIXPKGS_ALLOW_UNFREE=1 nix flake check --impure

build package:
  NIXPKGS_ALLOW_UNFREE=1 nix build .#{{package}} --impure

run package:
  NIXPKGS_ALLOW_UNFREE=1 nix run .#{{package}} --impure