diff options
| -rw-r--r-- | flake.lock | 60 | ||||
| -rw-r--r-- | flake.nix | 9 |
2 files changed, 68 insertions, 1 deletions
@@ -7,7 +7,11 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems" + "systems": [ + "lix-module", + "flake-utils", + "systems" + ] }, "locked": { "lastModified": 1736955230, @@ -175,6 +179,24 @@ "type": "github" } }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "getchpkgs": { "inputs": { "nixpkgs": [ @@ -283,6 +305,41 @@ "type": "github" } }, + "lix": { + "flake": false, + "locked": { + "lastModified": 1737234286, + "narHash": "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=", + "rev": "2837da71ec1588c1187d2e554719b15904a46c8b", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2837da71ec1588c1187d2e554719b15904a46c8b.tar.gz?rev=2837da71ec1588c1187d2e554719b15904a46c8b" + }, + "original": { + "type": "tarball", + "url": "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz" + } + }, + "lix-module": { + "inputs": { + "flake-utils": "flake-utils", + "flakey-profile": [], + "lix": "lix", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1737237494, + "narHash": "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=", + "rev": "b90bf629bbd835e61f1317b99e12f8c831017006", + "type": "tarball", + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://git.lix.systems/lix-project/nixos-module/archive/refs/tags/2.92.0.tar.gz" + } + }, "moyai-bot": { "inputs": { "nixpkgs": [ @@ -476,6 +533,7 @@ "home-manager": "home-manager", "krunner-nix": "krunner-nix", "lanzaboote": "lanzaboote", + "lix-module": "lix-module", "moyai-bot": "moyai-bot", "nix-darwin": "nix-darwin", "nix-index-database": "nix-index-database", @@ -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"; |
