Skip to content

Commit

Permalink
doc: fix meta.badPlatforms example
Browse files Browse the repository at this point in the history
	error: attribute 'isStatic' missing
  • Loading branch information
alyssais committed May 13, 2024
1 parent 4705b6b commit 20ca4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdenv/meta.chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ For example, a package which requires dynamic linking and cannot be linked stati
```nix
{
meta.platforms = lib.platforms.all;
meta.badPlatforms = [ lib.systems.inspect.patterns.isStatic ];
meta.badPlatforms = [ lib.systems.inspect.platformPatterns.isStatic ];
}
```

Expand Down

0 comments on commit 20ca4f5

Please sign in to comment.