6 lines
97 B
Nix
6 lines
97 B
Nix
# usage: `nix repl --file .repl.nix`
|
|
rec {
|
|
pkgs = import <nixpkgs> {};
|
|
inherit (pkgs) lib;
|
|
}
|