enable flakes

This commit is contained in:
Rongsong Shen 2025-08-22 09:38:44 +08:00
parent a6409c249a
commit c5ffccf45c
4 changed files with 35 additions and 8 deletions

View file

@ -13,9 +13,9 @@
{
packages = forAllSystems (system: let
pkgs = nixpkgs.legacyPackages.${system};
in {
xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {};
cedro = pkgs.callPackage ./pkgs/c/cedro/package.nix {};
});
in
import ./default.nix { inherit pkgs; });
};
}