enable flakes
This commit is contained in:
parent
a6409c249a
commit
c5ffccf45c
4 changed files with 35 additions and 8 deletions
|
|
@ -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; });
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue