From 2be79777a519dabaad1239cb324a097a7e282a86 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Wed, 15 Feb 2023 16:06:45 -0800 Subject: [PATCH] feat: flake lock tree --- flake.lock | 15 +++++++++------ flake.nix | 3 +-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 626e6806..fd1a17fe 100644 --- a/flake.lock +++ b/flake.lock @@ -352,14 +352,17 @@ ] }, "locked": { - "lastModified": 1676402381, - "narHash": "sha256-G/0xP+XfTWK5GbY1qme7gD1E82eAQUuUGUdy+YZ/CQQ=", - "path": "/home/kat/projects/tree", - "type": "path" + "lastModified": 1676505934, + "narHash": "sha256-jeqZtNLOKXRSDmD1v+b9+v+hwVyH6kcKzZ9f0gcJpdk=", + "owner": "kittywitch", + "repo": "tree", + "rev": "a831f6fd209e3d00c5026303994de28d0031ab3b", + "type": "github" }, "original": { - "path": "/home/kat/projects/tree", - "type": "path" + "owner": "kittywitch", + "repo": "tree", + "type": "github" } }, "utils": { diff --git a/flake.nix b/flake.nix index a9b5fb98..73536520 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,7 @@ utils.url = "github:numtide/flake-utils"; # file structure -> attrset tree = { - #url = "github:kittywitch/tree"; - url = "path:/home/kat/projects/tree"; + url = "github:kittywitch/tree"; inputs.std.follows = "std"; inputs.nixpkgs.follows = "nixpkgs"; };