nixos-config/nixos/pkgs/q/README.md

6 lines
154 B
Markdown
Raw Normal View History

2019-10-24 02:20:38 +02:00
# how to build and test
```
2023-07-01 00:20:03 +02:00
nix-build -E 'with import <nixpkgs> { overlays = [ (import "${<nix-writers>}/pkgs" )];} ; callPackage ./default.nix {}';
2019-10-24 02:20:38 +02:00
```