add lix to artemision

This commit is contained in:
2025-07-04 01:45:07 -04:00
parent 8b5c833785
commit afccd339e9
4 changed files with 67 additions and 0 deletions

View File

@ -66,6 +66,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module?ref=stable";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";