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

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