depot/repl.nix

9 lines
162 B
Nix
Raw Normal View History

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