adding a lot of basic stuff for installation as a real app

This commit is contained in:
Chris Cochrun 2022-10-21 14:58:33 -05:00
parent 642d7f2d82
commit 8da2a39a16
6 changed files with 53 additions and 45 deletions

View file

@ -15,7 +15,7 @@
in
{
devShell = import ./shell.nix { inherit pkgs; };
defaultPackage = import ./default.nix {inherit pkgs;};
defaultPackage = pkgs.libsForQt5.callPackage ./default.nix {};
}
);
}