forked from Fediversity/Fediversity
4 lines
70 B
Nix
4 lines
70 B
Nix
(import (builtins.path {
|
|
path = ./.;
|
|
name = "root";
|
|
}) { }).shell
|