2
0
Fork 0

fixup! Remove dead nixos-modules

This commit is contained in:
Ehmry - 2020-12-10 20:06:43 +01:00
parent 539bc26074
commit 784a8f4764
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@
packages = self.packages.${system};
});
nixosModules =
# Modules for composing Genode and NixOS
import ./nixos-modules { inherit self; };
checks =
# Checks for continous testing
let tests = import ./tests;