feat: flake lock tree

This commit is contained in:
Kat Inskip 2023-02-15 16:06:45 -08:00
parent 1c37252682
commit 2be79777a5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 10 additions and 8 deletions

View file

@ -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";
};