improve build tool derivations, review README

The readme is still very badly organised, but not quite so out of
date.
This commit is contained in:
Daniel Barlow
2023-02-08 00:03:37 +00:00
parent 52d8c03ddd
commit 78c55d36a9
2 changed files with 47 additions and 18 deletions

View File

@@ -96,4 +96,14 @@ in {
# this is just here as a convenience, so that we can get a
# cross-compiling nix-shell for any package we're customizing
inherit pkgs;
buildEnv =
let routeros = pkgs.pkgsBuildBuild.callPackage ./tests/support/ppp-server {};
in pkgs.mkShell {
packages = [
pkgs.pkgsBuildBuild.tufted
routeros.routeros
routeros.ros-exec-script
];
};
}