Use gitlab proto

This commit is contained in:
Alexander Bantyev 2020-11-10 01:07:06 +03:00
parent f3cbc3955d
commit 6ae9d7c01e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 10 additions and 13 deletions

19
flake.lock generated
View File

@ -313,18 +313,17 @@
"simple-nixos-mailserver": { "simple-nixos-mailserver": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1590567059, "lastModified": 1604129676,
"narHash": "sha256-VUk0jGW+aHd9shcPPBFcsCpzgKYCl9fq4UNTsfaTybE=", "narHash": "sha256-Kxou8A/LHZ7LdgPfBunllyJR5FTEg/jYIQPx6Jqj37E=",
"ref": "master", "owner": "simple-nixos-mailserver",
"rev": "fb8886547b569be3e6b72b526cea64c02424a5c4", "repo": "nixos-mailserver",
"revCount": 430, "rev": "c04260cf5e685fc99ccb669654e147f94e3de8a4",
"type": "git", "type": "gitlab"
"url": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver"
}, },
"original": { "original": {
"ref": "master", "owner": "simple-nixos-mailserver",
"type": "git", "repo": "nixos-mailserver",
"url": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver" "type": "gitlab"
} }
}, },
"simple-osd-daemons": { "simple-osd-daemons": {

View File

@ -28,9 +28,7 @@
flake = false; flake = false;
}; };
simple-nixos-mailserver = { simple-nixos-mailserver = {
type = "git"; url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
url = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver";
ref = "master";
flake = false; flake = false;
}; };
nixpkgs-wayland = { nixpkgs-wayland = {