Skip to content

Commit

Permalink
Add a message on nix run/build (#38)
Browse files Browse the repository at this point in the history
* Add flake.nix

* fix(nix): add a message (dirty hack)

---------

Co-authored-by: WeetHet <[email protected]>
  • Loading branch information
WeetHet and WeetHet authored Nov 12, 2023
1 parent 6425e6a commit d9910d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
buildTgpy = (pkgs:
let
inherit (poetry2nix.lib.mkPoetry2Nix { inherit pkgs; }) mkPoetryApplication;
in mkPoetryApplication rec {
in builtins.trace "Not all features are supported due to the nature of nix" mkPoetryApplication rec {
projectDir = ./.;
preferWheels = true;
}
Expand Down

0 comments on commit d9910d7

Please sign in to comment.