Files
machine_setup/nix/kubernetes/repl.nix
2026-06-14 08:47:05 -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