summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-01-20 23:42:07 +0100
committerstuebinm2022-01-23 21:07:15 +0100
commitab9f191d5f25d4bdf048a08d5e84300f00e82c2f (patch)
treea993afcf1bb8a0c42e890f5b058dc1162dadbd26
parentfc765ff8777c5c4a02a731a48dd73479c162a816 (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
-rw-r--r--flake.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index e0aefd1..27b1118 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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",