We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecd43d commit 74b4f3bCopy full SHA for 74b4f3b
1 file changed
flake.nix
@@ -132,14 +132,6 @@
132
venv = virtualenv;
133
package = pythonSet.gristshortener;
134
};
135
- dist =
136
- pkgs.runCommand "gristshortener-dist"
137
- {
138
- nativeBuildInputs = [ default ];
139
- }
140
- ''
141
- gristshortener compilestatic -d $out
142
- '';
143
container = pkgs.dockerTools.streamLayeredImage {
144
name = "gristshortener";
145
fakeRootCommands = ''
@@ -158,7 +150,6 @@
158
150
"5000/tcp" = { };
159
151
160
152
Env = [
161
- "ORGAHOME_DIST_ROOT=${dist}"
162
153
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
163
154
];
164
155
0 commit comments