summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock34
-rw-r--r--flake.nix2
-rw-r--r--hosts/conduwuit/conduwuit.nix2
3 files changed, 19 insertions, 19 deletions
diff --git a/flake.lock b/flake.lock
index ff735c0..5cc45ab 100644
--- a/flake.lock
+++ b/flake.lock
@@ -253,11 +253,11 @@
"lix": {
"flake": false,
"locked": {
- "lastModified": 1747664470,
- "narHash": "sha256-YIqMFKj55NdN5lKgQfKUfBQiwH2qDVAW+Qn1c7wRDak=",
- "rev": "0fbbb1e49b7d34010b4609a17062185a108ebdc1",
+ "lastModified": 1748182888,
+ "narHash": "sha256-tm3yi3KL+KjMnLZFXKR1ioI/Rk8DIa2n1NNE6I99BpU=",
+ "rev": "dbff52bfbc48ead789888bf24422d0ef6f7ba9a8",
"type": "tarball",
- "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/0fbbb1e49b7d34010b4609a17062185a108ebdc1.tar.gz?rev=0fbbb1e49b7d34010b4609a17062185a108ebdc1"
+ "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/dbff52bfbc48ead789888bf24422d0ef6f7ba9a8.tar.gz?rev=dbff52bfbc48ead789888bf24422d0ef6f7ba9a8"
},
"original": {
"type": "tarball",
@@ -298,11 +298,11 @@
"spectrum": "spectrum"
},
"locked": {
- "lastModified": 1747417232,
- "narHash": "sha256-7Ii0POxd3S/q9iOoZdYJORINP6yQYu/GO0d7emNvr+I=",
+ "lastModified": 1748260747,
+ "narHash": "sha256-V3ONd70wm55JxcUa1rE0JU3zD+Cz7KK/iSVhRD7lq68=",
"owner": "astro",
"repo": "microvm.nix",
- "rev": "5beafebf8bcee75aebf23ca6ec46d13d471b0146",
+ "rev": "b6c5dfc2a1c7614c94fd2c5d2e8578fd52396f3b",
"type": "github"
},
"original": {
@@ -339,11 +339,11 @@
},
"nixos-hardware": {
"locked": {
- "lastModified": 1747723695,
- "narHash": "sha256-lSXzv33yv1O9r9Ai1MtYFDX3OKhWsZMn/5FFb4Rni/k=",
+ "lastModified": 1747900541,
+ "narHash": "sha256-dn64Pg9xLETjblwZs9Euu/SsjW80pd6lr5qSiyLY1pg=",
"owner": "NixOS",
"repo": "nixos-hardware",
- "rev": "6ac6ec6fcb410e15a60ef5ec94b8a2b35b5dd282",
+ "rev": "11f2d9ea49c3e964315215d6baa73a8d42672f06",
"type": "github"
},
"original": {
@@ -402,11 +402,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1747542820,
- "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
+ "lastModified": 1748026106,
+ "narHash": "sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
+ "rev": "063f43f2dbdef86376cc29ad646c45c46e93234c",
"type": "github"
},
"original": {
@@ -418,16 +418,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1747485343,
- "narHash": "sha256-YbsZyuRE1tobO9sv0PUwg81QryYo3L1F3R3rF9bcG38=",
+ "lastModified": 1748162331,
+ "narHash": "sha256-rqc2RKYTxP3tbjA+PB3VMRQNnjesrT0pEofXQTrMsS8=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9b5ac7ad45298d58640540d0323ca217f32a6762",
+ "rev": "7c43f080a7f28b2774f3b3f43234ca11661bf334",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-24.11",
+ "ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 8672d2d..4acd3b9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
flake-utils.url = "github:numtide/flake-utils";
diff --git a/hosts/conduwuit/conduwuit.nix b/hosts/conduwuit/conduwuit.nix
index 6baafa6..9483246 100644
--- a/hosts/conduwuit/conduwuit.nix
+++ b/hosts/conduwuit/conduwuit.nix
@@ -2,7 +2,7 @@
{
services.matrix-conduit = {
enable = true;
- package = pkgs.conduwuit;
+ package = pkgs.matrix-conduit;
settings = {
global = {
database_backend = "rocksdb";