flake: Switch back to main nixos-mailserver

This commit is contained in:
Charlotte Van Petegem 2024-06-04 19:21:02 +02:00
parent ed8d3da55b
commit 7304e9cfc4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -458,15 +458,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1717514645, "lastModified": 1717515088,
"narHash": "sha256-nWOLpPA7+k7V1OjXTuxdsVd5jeeI0b13Di57wvnqkic=", "narHash": "sha256-nWOLpPA7+k7V1OjXTuxdsVd5jeeI0b13Di57wvnqkic=",
"owner": "RoastedCheese", "owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"rev": "3fa2691fcb726bce8643603bd310712cb2cc1d9b", "rev": "0d51a32e4799d081f260eb4db37145f5f4ee7456",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"owner": "RoastedCheese", "owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver", "repo": "nixos-mailserver",
"type": "gitlab" "type": "gitlab"
} }

View file

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