Skip to content

Commit

Permalink
build(flake): add python3 as buildInput and update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed May 4, 2023
1 parent 423937f commit c9404e7
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 44 deletions.
134 changes: 90 additions & 44 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
commonArgs = {
src = ./.;
buildInputs = [
pkgs.python311
pkgs.pango
pkgs.atk
pkgs.gtk3
Expand Down

0 comments on commit c9404e7

Please sign in to comment.