mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
add overlay folder for future
This commit is contained in:
parent
e6c112ce7e
commit
51c041158c
2 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,7 @@ let
|
|||
({ pkgs, ... }: {
|
||||
nixpkgs.overlays = [
|
||||
overlay-unstable
|
||||
(import ../overlays)
|
||||
(import ../pkgs)
|
||||
];
|
||||
nix.nixPath = [
|
||||
|
|
4
overlays/default.nix
Normal file
4
overlays/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
self: super:
|
||||
{
|
||||
# no overlays yet
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue