Skip to content

Commit

Permalink
Merge pull request #1077 from iynaix/main
Browse files Browse the repository at this point in the history
docs: Fix undefined variable in minimal flake-parts example
  • Loading branch information
domenkozar committed Mar 29, 2024
2 parents a8093f9 + 475046d commit 1909832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/using-with-flake-parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Here's an example of a minimal `flake.nix` file that includes `devenv`:
devenv.url = "github:cachix/devenv";
};
outputs = inputs@{ flake-parts, ... }:
outputs = inputs@{ flake-parts, nixpkgs, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
inputs.devenv.flakeModule
Expand Down

0 comments on commit 1909832

Please sign in to comment.