Add package import magic
This commit is contained in:
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
import <nixpkgs> {
|
||||
overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
}
|
3
pkgs/overlay.nix
Normal file
3
pkgs/overlay.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
self: super: {
|
||||
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
|
||||
}
|
Reference in New Issue
Block a user