WIP
This commit is contained in:
parent
7e14390441
commit
a4476eb47d
7 changed files with 139 additions and 44 deletions
|
|
@ -3,12 +3,14 @@
|
|||
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs.generic_c.url = "github:Maix0/generic_c";
|
||||
inputs.c_formatter_42.url = "github:Maix0/c_formatter_42-flake";
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
generic_c,
|
||||
c_formatter_42
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
system: let
|
||||
|
|
@ -23,6 +25,7 @@
|
|||
readline.out
|
||||
readline.dev
|
||||
generic_c.packages.${system}.default
|
||||
c_formatter_42.packages.${system}.default
|
||||
llvmPackages.bintools
|
||||
norminette
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue