mail: remove ugent email

This commit is contained in:
Charlotte Van Petegem 2024-07-08 20:09:34 +02:00
parent 0dba728802
commit 0bb39c4f15
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 2 additions and 80 deletions

View file

@ -55,13 +55,6 @@
url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs";
};
mfauth = {
url = "github:rien/mfauth";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
inputs.nixpkgs.follows = "nixpkgs";
@ -90,7 +83,7 @@
};
};
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, lanzaboote, mfauth, nix-index-database, nixos-mailserver, nur, tetris, www-chvp-be }:
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, lanzaboote, nix-index-database, nixos-mailserver, nur, tetris, www-chvp-be }:
let
patches = builtins.map (patch: ./patches + "/${patch}") (builtins.filter (x: x != ".keep") (builtins.attrNames (builtins.readDir ./patches)));
# Avoid IFD if there are no patches
@ -111,7 +104,6 @@
devshell.overlays.default
emacs-overlay.overlay
(self: super: {
mfauth = mfauth.packages.${self.system}.mfauth;
tetris = tetris.packages.${self.system}.default;
})
nur.overlay