Switch back to nixos-mailserver main
All checks were successful
Cachix / build (elendel) (push) Successful in 1m35s
Cachix / build (kholinar) (push) Successful in 2m13s
Cachix / build (marabethia) (push) Successful in 1m42s

This commit is contained in:
Charlotte Van Petegem 2025-03-23 16:10:42 +01:00
parent 136f491231
commit 32b3011efd
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 3 additions and 4 deletions

5
flake.lock generated
View file

@ -361,14 +361,13 @@
"locked": {
"lastModified": 1742413977,
"narHash": "sha256-NkhM9GVu3HL+MiXtGD0TjuPCQ4GFVJPBZ8KyI2cFDGU=",
"owner": "yu-re-ka",
"owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver",
"rev": "b4fbffe79c00f19be94b86b4144ff67541613659",
"type": "gitlab"
},
"original": {
"owner": "yu-re-ka",
"ref": "dovecot2-modules",
"owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver",
"type": "gitlab"
}

View file

@ -69,7 +69,7 @@
};
};
nixos-mailserver = {
url = "gitlab:yu-re-ka/nixos-mailserver/dovecot2-modules";
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";