Fix "attribute 'callPackage' missing" error

This commit is contained in:
GHOSCHT 2023-12-26 22:07:47 +01:00
parent 6d78f64de1
commit de70c6a16b
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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 {};
}