clang
unvendor
This commit is contained in:
parent
9a4b261179
commit
404aa8ebbb
139 changed files with 8091 additions and 1178 deletions
15
06/flake.nix
Normal file
15
06/flake.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
description = "bootstrap-from-tcc";
|
||||
|
||||
outputs = { self }:
|
||||
let
|
||||
allPkgs = (import ./default.nix);
|
||||
in
|
||||
{
|
||||
packages.x86_64-linux = allPkgs;
|
||||
|
||||
# TODO: expose only the most usable outputs
|
||||
# TODO: solve fetching: https://discourse.nixos.org/t/17105
|
||||
hydraJobs = builtins.mapAttrs (_: drv: { x86_64-linux = drv; }) allPkgs;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue