mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 16:07:34 +00:00
Correct pkgs call
This commit is contained in:
parent
a6570d33a6
commit
63641a7b17
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user