Skip to content

Commit 74b4f3b

Browse files
committed
Remove dist - no static files here
1 parent cecd43d commit 74b4f3b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

flake.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,6 @@
132132
venv = virtualenv;
133133
package = pythonSet.gristshortener;
134134
};
135-
dist =
136-
pkgs.runCommand "gristshortener-dist"
137-
{
138-
nativeBuildInputs = [ default ];
139-
}
140-
''
141-
gristshortener compilestatic -d $out
142-
'';
143135
container = pkgs.dockerTools.streamLayeredImage {
144136
name = "gristshortener";
145137
fakeRootCommands = ''
@@ -158,7 +150,6 @@
158150
"5000/tcp" = { };
159151
};
160152
Env = [
161-
"ORGAHOME_DIST_ROOT=${dist}"
162153
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
163154
];
164155
};

0 commit comments

Comments
 (0)