diff options
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 2b61d65..1907aa4 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,18 @@ { "nodes": { + "dotfiles": { + "flake": false, + "locked": { + "lastModified": 1, + "narHash": "sha256-BXCMSsmYMNSRiZX+Bbu4JK0O+/sHWlK1G464+f2n1NI=", + "path": "./dotfiles", + "type": "path" + }, + "original": { + "path": "./dotfiles", + "type": "path" + } + }, "hardware": { "locked": { "lastModified": 1660407119, @@ -100,6 +113,7 @@ }, "root": { "inputs": { + "dotfiles": "dotfiles", "hardware": "hardware", "home-manager": "home-manager", "impermanence": "impermanence", |