4 lines
52 B
Nix
4 lines
52 B
Nix
|
import ./pure.nix {
|
||
|
lib = import <nixpkgs/lib>;
|
||
|
}
|