flake: Remove non-existent override from nixos-mailserver
This commit is contained in:
parent
39369cd2e1
commit
c8575b238e
1 changed files with 1 additions and 4 deletions
|
@ -64,10 +64,7 @@
|
|||
};
|
||||
nixos-mailserver = {
|
||||
url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
utils.follows = "flake-utils";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nix-index-database = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue