Skip to content

Commit

Permalink
Remove unnecessary mail flake
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Jul 16, 2024
1 parent f3ec5e3 commit b526cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
url = "github:stefanDeveloper/gpg-conf";
flake = false;
};
mail-signature = {
url = "git+ssh://git@github.com/stefanDeveloper/mail-signature.git";
flake = false;
};

# A few Nix expressions suitable for inclusion in Nix User Repository
rycee = {
Expand All @@ -66,7 +62,7 @@
nur.url = github:nix-community/NUR;
};

outputs = { nixpkgs, nixpkgs-unstable, nixpkgs-old, self, nur, home-manager, nixpkgs-fmt, mail-signature, nixos-artwork, nixos-generators, ... } @ inputs: {
outputs = { nixpkgs, nixpkgs-unstable, nixpkgs-old, self, nur, home-manager, nixpkgs-fmt, nixos-artwork, nixos-generators, ... } @ inputs: {
nixosModules = import ./modules;
nixosProfiles = import ./profiles;

Expand Down
10 changes: 0 additions & 10 deletions modules/apps/mail/default.nix

This file was deleted.

0 comments on commit b526cd6

Please sign in to comment.