Fix "attribute 'callPackage' missing" error
This commit is contained in:
parent
6d78f64de1
commit
de70c6a16b
1 changed files with 1 additions and 1 deletions
|
@ -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 {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue