# this file provides the current nixos configuration # taken from the system flake. # see `../default.nix` for explanation. { nixpkgs ? import {}, ... }: with builtins; let me = with builtins; nixpkgs.lib.toLower (head (split "\n" (readFile /etc/hostname))); flake = import ../flake-compat.nix { src = ./../..; }; in flake.defaultNix.nixosConfigurations.${me}