Fixes in make-bootstrap-tools-crosspi.nix
It doesn't reference <nixpkgs> anymore. And I fixed the indentation.
This commit is contained in:
parent
ab2520c383
commit
33d3cf2d1c
@ -1,7 +1,7 @@
|
|||||||
{system ? builtins.currentSystem}:
|
{system ? builtins.currentSystem}:
|
||||||
|
|
||||||
let
|
let
|
||||||
pkgsFun = import <nixpkgs/default.nix>; # The root nixpkgs default.nix
|
pkgsFun = import ../../top-level/all-packages.nix;
|
||||||
pkgsNoParams = pkgsFun {};
|
pkgsNoParams = pkgsFun {};
|
||||||
raspberrypiCrossSystem = {
|
raspberrypiCrossSystem = {
|
||||||
crossSystem = {
|
crossSystem = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user