nix: try out lix

This commit is contained in:
Primrose 2025-03-25 14:45:29 +01:00
parent 7390cd7593
commit 6b54d3f30f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 15 additions and 0 deletions

View file

@ -20,6 +20,9 @@ in {
system.nixos.version = lib.substring 0 8 sources.nixpkgs.rev;
})
# Use lix
(import (sources.lix-module + "/module.nix") {lix = sources.lix;})
# nixos modules
../../nixosModules/common/auto-gc.nix
../../nixosModules/common/disable-command-not-found.nix