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

15
flake.lock generated
View file

@ -76,14 +76,17 @@
]
},
"locked": {
"lastModified": 1774781724,
"narHash": "sha256-81GlxqpDZroeH6f+GZEM7V3VEqlLA4U/jU5e5L2yM0Y=",
"path": "/home/abel/src/github.com/numtide/treefmt-nix",
"type": "path"
"lastModified": 1773297127,
"narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
"type": "github"
},
"original": {
"path": "/home/abel/src/github.com/numtide/treefmt-nix",
"type": "path"
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
"uv2nix": {

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 = {