mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 16:32:23 +03:00
6 lines
82 B
Nix
6 lines
82 B
Nix
|
{ pkgs ? import <nixpkgs> { } }:
|
||
|
|
||
|
import ./lib {
|
||
|
inherit (pkgs) lib newScope;
|
||
|
}
|