add overlay folder for future

This commit is contained in:
Felix Buehler 2023-01-29 15:21:37 +01:00
parent e6c112ce7e
commit 51c041158c
2 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,7 @@ let
({ pkgs, ... }: { ({ pkgs, ... }: {
nixpkgs.overlays = [ nixpkgs.overlays = [
overlay-unstable overlay-unstable
(import ../overlays)
(import ../pkgs) (import ../pkgs)
]; ];
nix.nixPath = [ nix.nixPath = [

4
overlays/default.nix Normal file
View file

@ -0,0 +1,4 @@
self: super:
{
# no overlays yet
}