diff --git a/default.nix b/default.nix
index 4cc84db295c694db20406ca90019f9911ccd93df..b085f3b6b8d25ed6bcac2ea3caa3643dc58200d1 100644
--- a/default.nix
+++ b/default.nix
@@ -6,16 +6,11 @@ # Having pkgs default to is fine though, and it lets you use short
-{ pkgs ? import args
-, system ? builtins.currentSystem
-, ...
-}@args:
+{ pkgs ? import { } }:
{
lib
, modules
, and overlay
names are specialmodules = import ./modules; # NixOS modules
} // (pkgs.lib.optionalAttrs (builtins.tryEval pkgs).success (import ./pkgs {
inherit pkgs;
}
diff --git a/lib/default.nix b/lib/default.nix
deleted file mode 100644
index a7fab1d2be536ab904a73a62194297419e60fdb4..0000000000000000000000000000000000000000
--- a/lib/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs }:
-with pkgs.lib; {
-}
diff --git a/overlays/default.nix b/overlays/default.nix
deleted file mode 100644
index 0c2d870dddf36697ed50cda0acee515a8e9b994f..0000000000000000000000000000000000000000
--- a/overlays/default.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-}
application/octet-stream
This content has been proxied by September (3851b).