rearranging rust files

This commit is contained in:
Chris Cochrun 2022-12-10 06:52:19 -06:00
parent b76f027455
commit 748c7672be
7 changed files with 6 additions and 186 deletions

View file

@ -23,8 +23,12 @@
in rec
{
# packages = {
# crate = (rustPkgs.workspace.qml-minimal { }).bin;
# default = packages.crate;
# };
devShell = import ./shell.nix { inherit pkgs; };
defaultPackage = pkgs.libsForQt5.callPackage ./default.nix {};
defaultPackage = pkgs.libsForQt5.callPackage ./default.nix { inherit rustPkgs; };
}
);
}