mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-05 16:36:56 +00:00
4 lines
114 B
Nix
4 lines
114 B
Nix
|
# convenience for loading into nix repl
|
||
|
let self = builtins.getFlake (toString ./.);
|
||
|
in self // { inherit self; }
|