mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: try out lix
This commit is contained in:
parent
7390cd7593
commit
6b54d3f30f
2 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue