nix/module.nix: switch to lix module from nixpkgs
Avoid builing lix every update this way.
This commit is contained in:
parent
4b89247120
commit
133fa31b26
3 changed files with 95 additions and 3 deletions
|
@ -11,6 +11,8 @@ in {
|
|||
imports = [
|
||||
./documentation.nix # nixos documentation
|
||||
./nixpkgs.nix # global nixpkgs configuration
|
||||
|
||||
inputs.lix-module.nixosModules.lixFromNixpkgs
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue