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