Skip to content

Commit

Permalink
chore(flake)!: fix auto comments' module links
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Nov 16, 2024
1 parent c5c2e31 commit d883145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
# Automatic configurations, see `./modules/flake/configurations/default.nix`
configurations.enableAll = true;

# Automatic packages, see `./modules/flake/packages/default/default.nix`
# Automatic packages, see `./modules/flake/packages/default.nix`
packages.enable = true;

# Automatic overlays, see `./modules/flake/overlays/default/default.nix`
# Automatic overlays, see `./modules/flake/overlays/default.nix`
overlays.enable = true;

# Automatic devShells, see `./modules/flake/shells/default/default.nix`
# Automatic devShells, see `./modules/flake/shells/default.nix`
devShells.enable = true;
};

Expand Down

0 comments on commit d883145

Please sign in to comment.