This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-16 14:39:23 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b32a094368
nixpkgs
/
lib
/
tests
/
modules
/
module-class-is-darwin.nix
5 lines
40 B
Nix
Raw
Normal View
History
Unescape
Escape
lib/modules: Add class concept to check imports This improves the error message when an incompatible module is imported.
2022-10-24 14:30:19 +02:00
{
lib.modules: Change class declaration in module to _class
2023-04-17 20:14:07 +02:00
_class
=
"
d
a
r
w
i
n
"
;
lib/modules: Add class concept to check imports This improves the error message when an incompatible module is imported.
2022-10-24 14:30:19 +02:00
config
=
{
}
;
}
Reference in a new issue
Copy permalink