1
0

flake.nix: Add lix

This commit is contained in:
2024-10-24 21:15:18 +02:00
parent a6e2d7a78d
commit 1f373851d1
3 changed files with 93 additions and 0 deletions

View File

@@ -22,6 +22,10 @@
url = "github:nix-community/harmonia/harmonia-v1.0.2";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module.git?ref=stable";
inputs.nixpkgs.follows = "nixpkgs";
};
fieldpoc.url = "git+https://git.clerie.de/clerie/fieldpoc.git";
nixos-exporter = {
url = "git+https://git.clerie.de/clerie/nixos-exporter.git";