do not provide default nixosModule

This commit is contained in:
Vinzenz Schroeter 2025-09-13 17:49:17 +02:00
parent c0d650d54f
commit 3ba30b1a6d
3 changed files with 35 additions and 44 deletions

View file

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
nixpkgs.overlays = [
(final: prev: {
inherit (prev.lixPackageSets.stable)
nixpkgs-review
nix-eval-jobs
nix-fast-build
colmena
;
})
];
nix.package = pkgs.lixPackageSets.latest.lix;
}