config/repl.nix

9 lines
162 B
Nix
Raw Permalink Normal View History

2022-02-05 21:42:36 +02:00
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in {
inherit flake;
inherit nixpkgs;
nixos = flake.nixosConfigurations;
}