nix: create overlay and use it throughout the repo

This commit is contained in:
steveej 2019-01-26 23:59:31 +01:00
parent 213aa184b1
commit d38563f4a1
5 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,10 @@
{ ... }:
{
nixpkgs.overlays = [
(import ../../../overlay.nix)
];
imports = [
./boot.nix
./pkg.nix