default.nix seems to be a significant name

This commit is contained in:
Lillian Violet 2024-01-18 12:02:33 +01:00
parent ed65a762f2
commit de317057a3
3 changed files with 6 additions and 0 deletions

6
pkgs/default.nix Normal file
View file

@ -0,0 +1,6 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
dvd = pkgs.callPackage ./dvd {};
dvt = pkgs.callPackage ./dvt {};
}