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:
10
default.nix
10
default.nix
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user