infrastructure/repl.nix

8 lines
182 B
Nix
Raw Normal View History

2022-11-06 13:04:41 +01:00
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
2023-09-25 11:56:02 +02:00
in
{
2022-12-28 15:55:38 +01:00
inherit flake;
} // flake // builtins // nixpkgs // nixpkgs.lib // flake.nixosConfigurations