dotfiles/.repl.nix

6 lines
97 B
Nix
Raw Permalink Normal View History

2023-10-21 21:13:19 +00:00
# usage: `nix repl --file .repl.nix`
rec {
pkgs = import <nixpkgs> {};
inherit (pkgs) lib;
}