fix local path

This commit is contained in:
Abel Luck 2026-03-29 13:10:53 +02:00
parent b1bdef2d5d
commit 65b1520697
2 changed files with 10 additions and 7 deletions

View file

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
treefmt-nix = {
url = "path:/home/abel/src/github.com/numtide/treefmt-nix";
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
pyproject-nix = {