fix(assertions): wire up the assertion system

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-05-24 18:59:35 +02:00
parent 8a6709e91b
commit 561d47822a
3 changed files with 45 additions and 3 deletions

View file

@ -18,6 +18,7 @@ in
"${modulesPath}/users.nix"
"${modulesPath}/outputs.nix"
"${modulesPath}/nixpkgs.nix"
"${modulesPath}/misc/assertions.nix"
# FIXME: we should let the caller inject `pkgs` and `lim` ideally...
];
})