Merge pull request #352 from Zocker1999NET/patch-1

withSystem: fix _file reference for perSystem module
This commit is contained in:
Robert Hensing 2026-05-05 14:49:31 +01:00 committed by GitHub
commit 0678d8986b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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