flake: Use fixed nixos-mailserver fork

This commit is contained in:
Charlotte Van Petegem 2024-06-03 20:37:27 +02:00
parent 39071f8008
commit 3ac9e5d123
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 6 additions and 6 deletions

View file

@ -63,7 +63,7 @@
};
};
nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
url = "gitlab:RoastedCheese/nixos-mailserver";
inputs = {
nixpkgs.follows = "nixpkgs";
utils.follows = "flake-utils";