Skip to content

Commit

Permalink
feat: rename inferenceql.loom -> gensql.loom
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed May 1, 2024
1 parent f569bfd commit 2abd7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
scopes = (self.lib.mkScopes pkgs);
loom = scopes.callPy3Package ./pkgs/loom { };

ociImgLoom = pkgs.callPackage ./pkgs/oci/inferenceql.loom {
ociImgLoom = pkgs.callPackage ./pkgs/oci/gensql.loom {
inherit nixpkgs ociImgBase;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

loom = scopes.callPy3Package ./../../loom { };
in pkgs.dockerTools.buildLayeredImage {
name = "probcomp/inferenceql.loom";
name = "probcomp/gensql.loom";
tag = systemWithLinux;
fromImage = ociImgBase;
contents = [ loom python ];
Expand Down

0 comments on commit 2abd7fa

Please sign in to comment.