nix-config/pkgs/default.nix

7 lines
212 B
Nix
Raw Normal View History

2023-12-23 21:20:40 +01:00
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
2023-12-24 11:17:07 +01:00
alvr = pkgs.callPackage ./alvr {};
2023-12-23 21:20:40 +01:00
}