diff --git a/pkgs/default.nix b/pkgs/default.nix index 309da9c..8df8d5f 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,7 +1,9 @@ # Custom packages, that can be defined similarly to ones from nixpkgs # You can build them using 'nix build .#example' or (legacy) 'nix-build -A example' -{ pkgs ? (import ../nixpkgs.nix) { } }: { +{ pkgs ? (import ../nixpkgs.nix) { } +, ... +}: { # example = pkgs.callPackage ./example { }; swww = pkgs.callPackage ./swww { }; }