delete modules/default.nix

This file has been missing some modules for quite some time.
Remove it to simplify maintenance.
This commit is contained in:
Erik Arvstedt
2022-08-28 23:49:12 +02:00
parent f2a4d1fe65
commit cd3878e357
2 changed files with 1 additions and 17 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
{ pkgs ? import <nixpkgs> {} }:
(import ./pkgs { inherit pkgs; }) // {
modules = import ./modules;
}
import ./pkgs { inherit pkgs; }