add ddns updater to package/default.nix
This commit is contained in:
parent
bf055d1e34
commit
f576815f7a
|
@ -1,6 +1,7 @@
|
|||
# Custom packages, that can be defined similarly to ones from nixpkgs
|
||||
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||
{pkgs ? (import ../nixpkgs.nix) {}}: {
|
||||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
||||
# example = pkgs.callPackage ./example { };
|
||||
nullpomino = pkgs.callPackage ./nullpomino.nix {};
|
||||
nullpomino = pkgs.callPackage ./nullpomino.nix { };
|
||||
ddns-updater = pkgs.callPackage ./ddns-updater.nix { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue