1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-15 17:50:53 +00:00
flake-parts/dev/repl.nix

3 lines
114 B
Nix

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