diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-09 11:41:17 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-10 20:22:31 +0200 |
commit | ef1123869a87984c60e72c17f6b89b8803730cbc (patch) | |
tree | 0e98d54eab906200d712a30e7c1ef906c066adb3 /flake.lock | |
parent | ISO: Set user as nixos (diff) | |
download | nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.gz nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.tar.bz2 nixos-config-ef1123869a87984c60e72c17f6b89b8803730cbc.zip |
Misc: Use dotfiles as flake input
Diffstat (limited to 'flake.lock')
-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", |