Skip to content

Commit

Permalink
default: fix typo in the special attributes name
Browse files Browse the repository at this point in the history
The special attribute is "overlays" (plural)
  • Loading branch information
JaviMerino committed Feb 9, 2024
1 parent d7fb629 commit 3d08949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{ pkgs ? import <nixpkgs> { } }:

{
# The `lib`, `modules`, and `overlay` names are special
# The `lib`, `modules`, and `overlays` names are special
lib = import ./lib { inherit pkgs; }; # functions
modules = import ./modules; # NixOS modules
overlays = import ./overlays; # nixpkgs overlays
Expand Down

0 comments on commit 3d08949

Please sign in to comment.