infrastructure/repl.nix

11 lines
180 B
Nix
Raw Normal View History

2022-11-06 13:04:41 +01:00
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in
{ inherit flake; }
// flake
// builtins
// nixpkgs
// nixpkgs.lib
// flake.nixosConfigurations