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

10
flake.lock generated
View file

@ -458,15 +458,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1714720456, "lastModified": 1717428909,
"narHash": "sha256-e0WFe1BHqX23ADpGBc4ZRu38Mg+GICCZCqyS6EWCbHc=", "narHash": "sha256-JRqF6f2dV7VymwW4TZbC8BX/x6pWNsa2dneI78Vn7aY=",
"owner": "simple-nixos-mailserver", "owner": "RoastedCheese",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"rev": "41059fc548088e49e3ddb3a2b4faeb5de018e60f", "rev": "591736e3451e9be2b1e8028303035d4628564a82",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"owner": "simple-nixos-mailserver", "owner": "RoastedCheese",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"type": "gitlab" "type": "gitlab"
} }

View file

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