infrastructure/repl.nix

7 lines
182 B
Nix
Raw Normal View History

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