fix(nix): fix formatting
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
0838418eb2
commit
1b8366f9b1
1 changed files with 7 additions and 6 deletions
|
@ -83,7 +83,8 @@
|
|||
rust-overlay = rust-overlay.packages.${system};
|
||||
};
|
||||
|
||||
mkContainerFor = refraction: pkgs.dockerTools.buildLayeredImage {
|
||||
mkContainerFor = refraction:
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "refraction";
|
||||
tag = "latest-${refraction.stdenv.hostPlatform.qemuArch}";
|
||||
config.Cmd = [(lib.getExe refraction)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue