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:
parent
f2a4d1fe65
commit
cd3878e357
2 changed files with 1 additions and 17 deletions
|
|
@ -1,5 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
(import ./pkgs { inherit pkgs; }) // {
|
||||
modules = import ./modules;
|
||||
}
|
||||
import ./pkgs { inherit pkgs; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue