Files
machine_setup/nix/kubernetes/repl.nix
2026-04-26 12:44:56 -04:00

6 lines
180 B
Nix

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