1
0
Fork 0
nur/justfile

6 lines
122 B
Plaintext
Raw Normal View History

build package:
@nix-build -E 'with import <nixpkgs> { }; callPackage ./pkgs/{{package}} { }'
update:
@nix flake update