flake: simplify Lix setup

This commit is contained in:
Antoine Martin 2025-09-22 10:52:37 +02:00
parent f60ecdf250
commit 14acd16723
3 changed files with 1 additions and 92 deletions

View file

@ -50,11 +50,6 @@
ref = "master";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
jujutsu = {
type = "github";
owner = "jj-vcs";
@ -70,7 +65,6 @@
home-manager,
agenix,
disko,
lix-module,
...
} @ inputs:
{
@ -112,7 +106,6 @@
[
agenix.nixosModules.default
home-manager.nixosModules.default
lix-module.nixosModules.default
{
nixpkgs = {
overlays = shared_overlays;