diff options
author | Soispha <soispha@vhack.eu> | 2023-04-18 16:03:57 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-04-18 16:03:57 +0200 |
commit | 1c9c108d18f986db55308e29d3aa96c2e9763e0a (patch) | |
tree | 8776ba862ef9d5cefe3f2b600d6c412f23ef858f /flake.nix | |
parent | Chore(flake): Update (diff) | |
download | nixos-server-1c9c108d18f986db55308e29d3aa96c2e9763e0a.tar.gz nixos-server-1c9c108d18f986db55308e29d3aa96c2e9763e0a.zip |
Chore(flake): Update and add follows for inputs
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 36ae34e..f2f6379 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,12 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small"; - simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.11"; + simple-nixos-mailserver = { + url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-22.11"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; }; outputs = { |