Correct pkgs call

This commit is contained in:
Kristoffer Dalby 2022-03-07 17:37:53 +00:00
parent a6570d33a6
commit 63641a7b17

View file

@ -91,8 +91,8 @@
headscale-docker = pkgs.dockerTools.buildLayeredImage {
name = "headscale";
tag = "latest";
contents = [ pkgs.${system}.headscale ];
config.Entrypoint = [ (pkgs.${system}.headscale + "/bin/headscale") ];
contents = [ pkgs.headscale ];
config.Entrypoint = [ (pkgs.headscale + "/bin/headscale") ];
};
in
rec {