mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: flake lock tree
This commit is contained in:
parent
1c37252682
commit
2be79777a5
2 changed files with 10 additions and 8 deletions
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue