add deadnix to formatter

This commit is contained in:
Jörg Thalheim
2023-07-21 11:23:10 +02:00
parent 22849366d8
commit 3ab90e6785
9 changed files with 18 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
{
perSystem = { pkgs, ... }:
let
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
name = pyproject.project.name;
package = pkgs.callPackage ./default.nix { };
in
{