mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
0017a8da68
Even though the setup hooks can be thought of as "packages", it makes things much more simple to access everything from the same place
6 lines
82 B
Nix
6 lines
82 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
import ./lib {
|
|
inherit (pkgs) lib newScope;
|
|
}
|