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" =
|
packages."x86_64-linux"."rng" =
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
@ -115,7 +103,6 @@
|
||||||
cflags = "-Werror -Wall";
|
cflags = "-Werror -Wall";
|
||||||
pname = "rng";
|
pname = "rng";
|
||||||
psrc = ./rng;
|
psrc = ./rng;
|
||||||
pbuildInputs = [ packages."x86_64-linux"."base" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue