Initially using Lix 2.93.2 from lix-module to fix critical regression. Will later switch to Lix from nixpkgs to benefit from the cache.
This commit is contained in:
parent
7610d86028
commit
77f0ba6d03
3 changed files with 65 additions and 2 deletions
system
|
@ -10,9 +10,13 @@ let
|
|||
inherit (inputs.self.outputs) nixConfig;
|
||||
in
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
imports = [
|
||||
# TODO switch to lixFromNixpkgs once 2.93.2 is available
|
||||
inputs.lix-module.nixosModules.default
|
||||
# inputs.lix-module.nixosModules.lixFromNixpkgs
|
||||
];
|
||||
|
||||
nix.package = pkgs.lix;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue