5 lines
94 B
Nix
5 lines
94 B
Nix
with import <nixpkgs> {
|
|
overlays = [ (import ../slab/overlay.nix) ];
|
|
} ;
|
|
callPackage ./. {}
|