summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-02-20 23:51:41 +0100
committerstuebinm2023-02-20 23:51:41 +0100
commit18389bdc301a3d00306f4578a159d7967b5e7580 (patch)
treead6bdda647fd43b2d4ad02397bbffc04fdb1ce74
parent90205722d3b2cca8f727f2230a818e2ddb9fff7e (diff)
update inputs
-rw-r--r--flake.lock24
-rw-r--r--flora/services/akkoma.nix2
2 files changed, 13 insertions, 13 deletions
diff --git a/flake.lock b/flake.lock
index eb5c660..3baba36 100644
--- a/flake.lock
+++ b/flake.lock
@@ -76,11 +76,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
- "lastModified": 1676308357,
- "narHash": "sha256-iHlVbnn/WkEbBF41YIMVBTWf/ldMCVrHKpL1nRO31R0=",
+ "lastModified": 1676917133,
+ "narHash": "sha256-F5udwXbmIgRo2m3Fm7kZ/Rz+c+JVj9WTNlNBCMVqr6I=",
"owner": "nix-community",
"repo": "emacs-overlay",
- "rev": "d938b780a3d8072aeac0178c46121060079ff217",
+ "rev": "d7eeebd439b52b77958eb3d8043f3262701ddee2",
"type": "gitlab"
},
"original": {
@@ -191,11 +191,11 @@
"utils": "utils_2"
},
"locked": {
- "lastModified": 1674440933,
- "narHash": "sha256-CASRcD/rK3fn5vUCti3jzry7zi0GsqRsBohNq9wPgLs=",
+ "lastModified": 1676257154,
+ "narHash": "sha256-eW3jymNLpdxS5fkp9NWKyNtgL0Gqtgg1vCTofKXDF1g=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "65c47ced082e3353113614f77b1bc18822dc731f",
+ "rev": "2cb27c79117a2a75ff3416c3199a2dc57af6a527",
"type": "github"
},
"original": {
@@ -274,11 +274,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1676150441,
- "narHash": "sha256-Nfeua9Ua/dGHOQpzOjLtkyMyW/ysQCvZJ9Dd74QQSNk=",
+ "lastModified": 1676790509,
+ "narHash": "sha256-W9uWAWokgS8US8rJf79qBLS2M+ZgIscfoz+KsNE7VGQ=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "6d87734c880d704f6ee13e5c0fe835b98918c34e",
+ "rev": "a1291d0d020a200c7ce3c48e96090bfa4890a475",
"type": "github"
},
"original": {
@@ -290,11 +290,11 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1676301615,
- "narHash": "sha256-IANjvT7buxAp2rWGW5McTCbFJIRJ0mva5o7HbMPokxs=",
+ "lastModified": 1676895851,
+ "narHash": "sha256-xdhBKw2el790G+88tZYpRWlP9VjQC9OLR5Jx84VPe08=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "0407b303de2ac698b256aa86f47fdd56fd070ee6",
+ "rev": "e19f25b587f15871d26442cfa1abe4418a815d7d",
"type": "github"
},
"original": {
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix
index 07a0e70..953541b 100644
--- a/flora/services/akkoma.nix
+++ b/flora/services/akkoma.nix
@@ -34,7 +34,7 @@ in
package = unstable.akkoma;
frontends = {
primary = {
- package = unstable.akkoma-frontends.pleroma-fe;
+ package = unstable.akkoma-frontends.akkoma-fe;
name = "pleroma-fe";
ref = "stable";
};