Skip to content

Commit

Permalink
nix: Shrink scopes
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Nov 13, 2024
1 parent 5a7391c commit ce11f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hacking/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ let
override = modifyArg: makeOverridable' f (modifyArg arg);
});

in let

isCrossSystemActuallyCross =
let
inherit (nixpkgsFn {}) hostPlatform;
Expand Down Expand Up @@ -167,6 +169,8 @@ let
};
};

in let

f = self: arg:
let
concreteArg = arg self;
Expand Down

0 comments on commit ce11f98

Please sign in to comment.