Skip to content

Commit 4c34209

Browse files
authored
Update flake.nix
1 parent 292b49c commit 4c34209

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flake.nix

+2-4
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
7474
'';
7575
};
76-
};
77-
78-
dockerImage = with final;
76+
dockerImage = with final;
7977
final.dockerTools.buildImage {
8078
name = pname;
8179
tag = "latest";
@@ -93,7 +91,7 @@
9391
config = {
9492
Cmd = ["/bin/${pname}"];
9593
WorkingDir = "/data";
96-
Volumes = {"/data" = {};
94+
Volumes = {"/data" = {};};
9795
};
9896
};
9997
};

0 commit comments

Comments
 (0)