1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-06 08:56:51 +00:00
flake-parts/dev/repl.nix

4 lines
114 B
Nix
Raw Normal View History

# convenience for loading into nix repl
let self = builtins.getFlake (toString ./.);
in self // { inherit self; }