3 lines
114 B
Nix
3 lines
114 B
Nix
# convenience for loading into nix repl
|
|
let self = builtins.getFlake (toString ./.);
|
|
in self // { inherit self; }
|