diff --git a/pkgs/default.nix b/pkgs/default.nix index dd93bb4..9e7df08 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,6 +1,6 @@ # Custom packages, that can be defined similarly to ones from nixpkgs # You can build them using 'nix build .#example' -pkgs: { +{pkgs, ...}: { # example = pkgs.callPackage ./example { }; alvr = pkgs.callPackage ./alvr {}; }