tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
lib
/
tests
/
modules
/
assert-module-class-is-nixos.nix
at
staging
3 lines
47 B
view raw
wrap content
1
{
_class
,
.
.
.
}:
2
assert
_class
=
=
"
n
i
x
o
s
"
;
3
{
}