Skip to content

Commit 8107e59

Browse files
chore(nix): lint
Signed-off-by: Cameron Smith <[email protected]>
1 parent dc15811 commit 8107e59

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

nix/modules/containers.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
extraPkgs = containerSysPackages ++ extraPkgs ++ [ pythonPackageEnv ];
8080
extraContents = [
8181
inputs'.nixpod.legacyPackages.homeConfigurations.${containerUsername}.activationPackage
82-
] ++ extraContents;
82+
]
83+
++ extraContents;
8384

8485
extraFakeRootCommands = ''
8586
chown -R ${containerUsername}:wheel /nix
@@ -108,11 +109,13 @@
108109
"NVIDIA_DRIVER_CAPABILITIES='compute,utility'"
109110
"NVIDIA_VISIBLE_DEVICES=all"
110111
"QUARTO_PYTHON=${pythonPackageEnv}/bin/python"
111-
] ++ extraEnv;
112+
]
113+
++ extraEnv;
112114

113115
extraConfig = {
114116
ExposedPorts."8888/tcp" = { };
115-
} // extraConfig;
117+
}
118+
// extraConfig;
116119
};
117120

118121
gitHubOrg = "sciexp";

0 commit comments

Comments
 (0)