withSystem: fix _file reference for perSystem module
This commit is contained in:
parent
71a3a77326
commit
4604ca55ff
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
options = {
|
||||
perSystem = mkPerSystemOption ({ config, options, specialArgs, ... }: {
|
||||
_file = ./perSystem.nix;
|
||||
_file = ./withSystem.nix;
|
||||
options = {
|
||||
allModuleArgs = mkOption {
|
||||
type = types.lazyAttrsOf (types.raw or types.unspecified);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue