We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf19ef commit c2bbc8cCopy full SHA for c2bbc8c
docs/howtos/nix-path.md
@@ -23,7 +23,7 @@ configuration instead:
23
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
24
# ... other inputs
25
26
- outputs = { nixpkgs, ... }:
+ outputs = inputs@{ nixpkgs, ... }:
27
{
28
nixosConfigurations.yoursystem = nixpkgs.lib.nixosSystem {
29
system = "x86_64-linux"; # adapt to your actual system
0 commit comments