Skip to content

Commit aecba24

Browse files
crasmEnzime
authored andcommitted
Correct npins import example
1 parent ec8eabe commit aecba24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/HowTo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ Then add the following to your configuration.nix in the `imports` list:
7272
```nix
7373
let
7474
sources = import ./npins;
75-
disko = import sources.disko {};
7675
in
7776
{
78-
imports = [ "${disko}/module.nix" ];
77+
imports = [ (sources.disko + "/module.nix") ];
7978
8079
}
8180
```

0 commit comments

Comments
 (0)