Skip to content

Commit

Permalink
doc: using-with-flakes should also expose config
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Nov 6, 2023
1 parent 2c0eb6e commit 0b29893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/using-with-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Here's a minimal `flake.nix` file that includes:
devShell.x86_64-linux = devenv.lib.mkShell {
inherit inputs pkgs;
modules = [
({ pkgs, ... }: {
({ pkgs, config, ... }: {
# This is your devenv configuration
packages = [ pkgs.hello ];
Expand Down

0 comments on commit 0b29893

Please sign in to comment.