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 = {
|
specialArgs = {
|
||||||
myPkgs = nixpkgs;
|
myPkgs = nixpkgs;
|
||||||
};
|
};
|
||||||
modules = {
|
modules = [
|
||||||
{ pkgs, lib, myPkgs }: {
|
({ pkgs, lib, myPkgs }: {
|
||||||
# do something with myPkgs
|
# do something with myPkgs
|
||||||
}
|
})
|
||||||
};
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue