dotfiles/repl.nix
2024-07-06 04:32:48 +02:00

7 lines
183 B
Nix

let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in
{
inherit flake;
} // flake // builtins // nixpkgs // nixpkgs.lib #// flake.nixosConfigurations