Skip to content

Commit

Permalink
Merge pull request #351 from nix-community/nix-path-md-inputs
Browse files Browse the repository at this point in the history
docs/nix-path.md: fix input parameter in example
  • Loading branch information
Lassulus authored Jul 26, 2024
2 parents daf19ef + c2bbc8c commit 1933f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/nix-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configuration instead:
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# ... other inputs
outputs = { nixpkgs, ... }:
outputs = inputs@{ nixpkgs, ... }:
{
nixosConfigurations.yoursystem = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; # adapt to your actual system
Expand Down

0 comments on commit 1933f2e

Please sign in to comment.