diff --git a/flake.nix b/flake.nix index 95adcb6..5fbd6ca 100644 --- a/flake.nix +++ b/flake.nix @@ -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;