crane/default.nix
Ivan Petkov 0017a8da68
flake: deprecate the packages flake output (#130)
Even though the setup hooks can be thought of as "packages", it makes
things much more simple to access everything from the same place
2022-10-09 10:28:48 -07:00

6 lines
82 B
Nix

{ pkgs ? import <nixpkgs> { } }:
import ./lib {
inherit (pkgs) lib newScope;
}