feat(nix): switch to lix
This commit is contained in:
parent
a63e02af0f
commit
a1675da8bf
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
{ inputs, config, ... }:
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (inputs.self.outputs) nixConfig;
|
||||
|
@ -6,6 +11,8 @@ in
|
|||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.package = pkgs.lix;
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "04:00";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue