summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-18 16:03:57 +0200
committerSoispha <soispha@vhack.eu>2023-04-18 16:03:57 +0200
commit1c9c108d18f986db55308e29d3aa96c2e9763e0a (patch)
tree8776ba862ef9d5cefe3f2b600d6c412f23ef858f /flake.nix
parentChore(flake): Update (diff)
downloadnixos-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.nix7
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 = {