diff options
author | stuebinm | 2025-01-20 17:17:55 +0100 |
---|---|---|
committer | stuebinm | 2025-01-20 17:17:55 +0100 |
commit | f0ac3b178ee4f04d8db6c83d31a12efb76b6bfaa (patch) | |
tree | dd60fa271b8117b0762cc9eb3f2df35986fbf3a2 /inputs.nix | |
parent | 33115eac1b07310613a41b39a1799e7e13a126cc (diff) |
switch back to lix master
Diffstat (limited to '')
-rw-r--r-- | inputs.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,7 +30,7 @@ let (import sources.rust-overlay) deploy-rs.overlay (import ./pkgs/overlay.nix { inherit inputs; }) - # lix-overlay + lix-overlay ]; } // { outPath = sources.nixpkgs.outPath; }; @@ -52,8 +52,8 @@ let simple-nixos-mailserver = import sources.simple-nixos-mailserver; - # lix-overlay = import "${sources.lix-nixos-module}/overlay.nix" { - # lix = sources.lix; - # }; + lix-overlay = import "${sources.lix-nixos-module}/overlay.nix" { + lix = sources.lix; + }; }; in inputs |