ark/repl.nix

6 lines
121 B
Nix

let
sysFlake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in
{ inherit sysFlake; } // nixpkgs