default.nix seems to be a significant name
This commit is contained in:
parent
e376176dc3
commit
31a8662f05
6
pkgs/default.nix
Normal file
6
pkgs/default.nix
Normal 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 {};
|
||||||
|
}
|
Loading…
Reference in a new issue