infrastructure/repl.nix
2022-12-28 15:55:38 +01:00

7 lines
182 B
Nix

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