From 65b152069757ec3c88275a2e08a2958c0da6d2f1 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Sun, 29 Mar 2026 13:10:53 +0200 Subject: [PATCH] fix local path --- flake.lock | 15 +++++++++------ flake.nix | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 8434fc7..86b48f0 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index c65e490..53db3c4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {