Remove base.h
This commit is contained in:
parent
e287957168
commit
309475bcbc
|
@ -1,9 +0,0 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef AVR
|
||||
|
||||
#else
|
||||
|
||||
#endif
|
13
flake.nix
13
flake.nix
|
@ -94,18 +94,6 @@
|
|||
};
|
||||
*/
|
||||
|
||||
packages."x86_64-linux"."base" =
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in mkLibrary {
|
||||
pkgs = pkgs;
|
||||
gcc = pkgs.gcc;
|
||||
cflags = "-Werror -Wall";
|
||||
pname = "base";
|
||||
psrc = ./base;
|
||||
pbuildInputs = [ ];
|
||||
};
|
||||
|
||||
packages."x86_64-linux"."rng" =
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
|
@ -115,7 +103,6 @@
|
|||
cflags = "-Werror -Wall";
|
||||
pname = "rng";
|
||||
psrc = ./rng;
|
||||
pbuildInputs = [ packages."x86_64-linux"."base" ];
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue