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": { "locked": {
"lastModified": 1774781724, "lastModified": 1773297127,
"narHash": "sha256-81GlxqpDZroeH6f+GZEM7V3VEqlLA4U/jU5e5L2yM0Y=", "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
"path": "/home/abel/src/github.com/numtide/treefmt-nix", "owner": "numtide",
"type": "path" "repo": "treefmt-nix",
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
"type": "github"
}, },
"original": { "original": {
"path": "/home/abel/src/github.com/numtide/treefmt-nix", "owner": "numtide",
"type": "path" "repo": "treefmt-nix",
"type": "github"
} }
}, },
"uv2nix": { "uv2nix": {

View file

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