Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
update to newer overlays usage
  • Loading branch information
jonringer authored Jul 31, 2023
1 parent bf63d5e commit be7aa7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
checks = { inherit (legacyPackages) nix-template; }; # items to be ran as part of `nix flake check`
}) // {
# non-system suffixed items should go here
overlay = localOverlay;
overlays = []; # list or attr set of overlays
overlays.default = localOverlay;
nixosModule = { config }: { options = {}; config = {};}; # export single module
nixosModules = {}; # attr set or list
nixosConfigurations.hostname = { config, pkgs }: {};
Expand Down

0 comments on commit be7aa7f

Please sign in to comment.