wow another typo
This commit is contained in:
parent
ad7288ed41
commit
9cdbf1eaf1
1 changed files with 4 additions and 4 deletions
|
|
@ -464,11 +464,11 @@ nixosConfigurations.something = nixpkgs.lib.nixosSystem {
|
|||
specialArgs = {
|
||||
myPkgs = nixpkgs;
|
||||
};
|
||||
modules = {
|
||||
{ pkgs, lib, myPkgs }: {
|
||||
modules = [
|
||||
({ pkgs, lib, myPkgs }: {
|
||||
# do something with myPkgs
|
||||
}
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue