Skip to content

Commit

Permalink
nix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Sep 15, 2024
1 parent e792857 commit c1af2a1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
outputs = inputs@{ nixpkgs, flake-parts, ... }:
let
readMetadata = { lib }: (
let pyproject = builtins.fromTOML (
builtins.readFile ./pyproject.toml
); in
let
pyproject = builtins.fromTOML (
builtins.readFile ./pyproject.toml
);
in
(with pyproject.tool.poetry; {
inherit description;
homepage = documentation;
Expand All @@ -37,7 +39,7 @@
};

systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
perSystem = { self', inputs', pkgs, ... }: {
perSystem = { self', pkgs, ... }: {
packages = {
tgpy = flake.lib.mkTgpy {
inherit pkgs;
Expand Down

0 comments on commit c1af2a1

Please sign in to comment.