feat: initial fetcher implementation

This commit is contained in:
2026-01-11 13:31:40 +08:00
parent c5240385ea
commit 3f7fd02263
24 changed files with 2898 additions and 45 deletions

View File

@@ -3,6 +3,10 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
flake-compat = {
url = "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz";
flake = false;
};
};
outputs = { nixpkgs, fenix, ... }:
let