withSystem: fix _file reference for perSystem module

This commit is contained in:
Felix Stupp 2026-05-04 22:35:56 +00:00 committed by GitHub
parent 71a3a77326
commit 4604ca55ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);