Fixes in make-bootstrap-tools-crosspi.nix

It doesn't reference <nixpkgs> anymore. And I fixed the indentation.
This commit is contained in:
Lluís Batlle i Rossell 2012-12-28 16:39:54 +00:00
parent ab2520c383
commit 33d3cf2d1c

View File

@ -1,7 +1,7 @@
{system ? builtins.currentSystem}:
let
pkgsFun = import <nixpkgs/default.nix>; # The root nixpkgs default.nix
pkgsFun = import ../../top-level/all-packages.nix;
pkgsNoParams = pkgsFun {};
raspberrypiCrossSystem = {
crossSystem = {