eufon/blinkenlicht/shell.nix

5 lines
94 B
Nix

with import <nixpkgs> {
overlays = [ (import ../slab/overlay.nix) ];
} ;
callPackage ./. {}