blob: d009ed2520b9e443cde3ad2b8a71228b8dcc573d (
plain)
1
2
3
4
5
|
{
# Not `lib.genericModules.assertions`: the `lib` module argument may come from a
# different Nixpkgs version than this file.
imports = [ ../../../lib/modules/generic/assertions.nix ];
}
|