{pkgs ? import {}, ...}: let nvft = pkgs.callPackage ./pkgs/nvft {}; in { default = pkgs.mkShell { NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations"; nativeBuildInputs = with pkgs; [ nix git sops age nvfetcher nvft ]; }; }