diff options
| author | Seth Flynn <[email protected]> | 2025-02-26 00:43:50 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-26 00:43:50 -0500 |
| commit | 78bf5d972922117428de2a688208ce2627dfc167 (patch) | |
| tree | 4405f4ff425e91e5d7a227868bb155d5685ae211 /flake.nix | |
| parent | e6cd30bcfca7086e3bf4ad02b7185ce1990b15b2 (diff) | |
flake: add lix-module input
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -55,6 +55,7 @@ nixpkgs.follows = "nixpkgs"; darwin.follows = ""; home-manager.follows = ""; + systems.follows = "lix-module/flake-utils/systems"; }; }; @@ -109,6 +110,14 @@ }; }; + lix-module = { + url = "https://git.lix.systems/lix-project/nixos-module/archive/refs/tags/2.92.0.tar.gz"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flakey-profile.follows = ""; + }; + }; + moyai-bot = { url = "github:getchoo/moyai-bot"; inputs.nixpkgs.follows = "nixpkgs"; |
