use lix from nixpkgs
This commit is contained in:
parent
904cecde76
commit
fecdb66f77
3 changed files with 5 additions and 108 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, ... }:
|
||||
{ inputs, config, pkgs, ... }:
|
||||
{
|
||||
nix = {
|
||||
settings = {
|
||||
|
@ -33,6 +33,7 @@
|
|||
options = "--delete-older-than 14d";
|
||||
};
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
package = pkgs.lix;
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue