depot/repl.nix

9 lines
162 B
Nix
Raw Normal View History

2021-06-05 22:59:06 +02:00
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in {
inherit flake;
inherit nixpkgs;
nixos = flake.nixosConfigurations;
}