From 0405415b90b70c50d37fe7aaaf8abf4cf6c32c0e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sun, 21 Nov 2021 16:07:35 +0100 Subject: [PATCH] Remove unnecessary flakeModules from flake --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 045bfca..7940298 100644 --- a/flake.nix +++ b/flake.nix @@ -7,9 +7,6 @@ outputs = { self, nixpkgs, ... }: { lib = import ./lib.nix { inherit (nixpkgs) lib; }; - flakeModules = { - core = ./all-modules.nix; - }; }; }