From 784a8f476484dbb2ca91c7844a0d506f08012147 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 10 Dec 2020 20:06:43 +0100 Subject: [PATCH] fixup! Remove dead nixos-modules --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) 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;