aboutsummaryrefslogtreecommitdiff
path: root/docker.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-18 00:10:56 +0000
committerFuwn <[email protected]>2021-07-18 00:10:56 +0000
commitd1b13edc14e271b29598e41c00b0dea6eafd90e2 (patch)
treed76a088f2eba90e0bf92a7651b492a6c6ee422bd /docker.nix
parentchore(git): nixfmt hook (diff)
downloadwhirl-d1b13edc14e271b29598e41c00b0dea6eafd90e2.tar.xz
whirl-d1b13edc14e271b29598e41c00b0dea6eafd90e2.zip
style(nix): nixfmt
Diffstat (limited to 'docker.nix')
-rw-r--r--docker.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker.nix b/docker.nix
index 8db3607..aa254bb 100644
--- a/docker.nix
+++ b/docker.nix
@@ -14,7 +14,8 @@ let
fromImage = pkgs.dockerTools.pullImage {
imageName = "alpine";
- imageDigest = "sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748";
+ imageDigest =
+ "sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748";
# https://nixos.wiki/wiki/Docker
#
# The above article didn't even work for me, ROFL.