Merge pull request #352 from Zocker1999NET/patch-1
withSystem: fix _file reference for perSystem module
This commit is contained in:
commit
0678d8986b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
perSystem = mkPerSystemOption ({ config, options, specialArgs, ... }: {
|
perSystem = mkPerSystemOption ({ config, options, specialArgs, ... }: {
|
||||||
_file = ./perSystem.nix;
|
_file = ./withSystem.nix;
|
||||||
options = {
|
options = {
|
||||||
allModuleArgs = mkOption {
|
allModuleArgs = mkOption {
|
||||||
type = types.lazyAttrsOf (types.raw or types.unspecified);
|
type = types.lazyAttrsOf (types.raw or types.unspecified);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue