Skip to content

Commit

Permalink
Do not use import for the default module
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Aug 7, 2024
1 parent 400bfc8 commit 461db9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
};
}) // {
overlays.default = import ./overlay.nix;
nixosModules.default = import ./modules;
nixosModules.default = ./modules;

overlay = nixpkgs.lib.warn
"'nix-ros-overlay.overlay' is deprecated, use 'nix-ros-overlay.overlays.default' instead"
Expand Down

0 comments on commit 461db9a

Please sign in to comment.