fix(nix): fix formatting

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-05-01 11:17:11 +02:00
parent 0838418eb2
commit 1b8366f9b1

View file

@ -83,7 +83,8 @@
rust-overlay = rust-overlay.packages.${system}; rust-overlay = rust-overlay.packages.${system};
}; };
mkContainerFor = refraction: pkgs.dockerTools.buildLayeredImage { mkContainerFor = refraction:
pkgs.dockerTools.buildLayeredImage {
name = "refraction"; name = "refraction";
tag = "latest-${refraction.stdenv.hostPlatform.qemuArch}"; tag = "latest-${refraction.stdenv.hostPlatform.qemuArch}";
config.Cmd = [(lib.getExe refraction)]; config.Cmd = [(lib.getExe refraction)];