6 lines
121 B
Nix
6 lines
121 B
Nix
{ lib, pkgs }:
|
|
|
|
lib.makeScope pkgs.newScope (self: with self; {
|
|
buildsystem = callPackage ./buildsystem.nix { };
|
|
})
|