diff options
author | stuebinm | 2022-01-20 23:42:07 +0100 |
---|---|---|
committer | stuebinm | 2022-01-23 21:07:15 +0100 |
commit | ab9f191d5f25d4bdf048a08d5e84300f00e82c2f (patch) | |
tree | a993afcf1bb8a0c42e890f5b058dc1162dadbd26 /flake.lock | |
parent | fc765ff8777c5c4a02a731a48dd73479c162a816 (diff) |
switch back to NixOS 21.11, regenerate lockfile
(still had the pleroma backport branch in the flake)
do to not entirely understood reasons the lockfile had a NAR hash mismatch,
so it got regenerated & this also did a system update
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,17 @@ { "nodes": { + "blog": { + "flake": false, + "locked": { + "narHash": "sha256-k+WltwE5qOjVki42V2vm/9EydrwkSKg2UeigkfOik0c=", + "path": "/home/stuebinm/Dokumente/blog", + "type": "path" + }, + "original": { + "path": "/home/stuebinm/Dokumente/blog", + "type": "path" + } + }, "deploy-rs": { "inputs": { "flake-compat": "flake-compat", @@ -141,6 +153,7 @@ }, "root": { "inputs": { + "blog": "blog", "deploy-rs": "deploy-rs", "feeds": "feeds", "home-manager": "home-manager", |