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

commands such as:

nix-build -A mypackage

-{ pkgs ? import args

-, system ? builtins.currentSystem

-, ...

-}@args:

+{ pkgs ? import { } }:

{

The lib, modules, and overlay names are special

modules = 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 @@

-{

-}

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/1acdab841cd7d7b24e1328b5ea789e49cbc1e420.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
135.459053 milliseconds
Gemini-to-HTML Time
1.151493 milliseconds

This content has been proxied by September (3851b).