add deadnix to formatter
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
perSystem = { pkgs, ... }:
|
||||
let
|
||||
pyproject = builtins.fromTOML (builtins.readFile ./pyproject.toml);
|
||||
name = pyproject.project.name;
|
||||
package = pkgs.callPackage ./default.nix { };
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user