From be3d05fb5e7dac20f6bbb7fcb783d5b2635ad8ad Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 6 May 2024 14:09:17 +0200 Subject: you wouldn't lick a nix store! (can finally commit this bit now i guess) --- inputs.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inputs.nix') diff --git a/inputs.nix b/inputs.nix index 50c4deb..0d2851c 100644 --- a/inputs.nix +++ b/inputs.nix @@ -30,6 +30,7 @@ let (import sources.rust-overlay) deploy-rs.overlay (import ./pkgs/overlay.nix { inherit inputs; }) + lix-overlay ]; } // { outPath = sources.nixpkgs.outPath; }; @@ -49,5 +50,9 @@ let sops-nix = import "${sources.sops-nix}/modules/sops"; simple-nixos-mailserver = import sources.simple-nixos-mailserver; + + lix-overlay = import "${sources.lix-nixos-module}/overlay.nix" { + lix = sources.lix; + }; }; in inputs -- cgit v1.2.3