{ pkgs ? import {}, deploy-rs, nvfetcher }: let tai64dec = pkgs.writeShellScriptBin "tai64dec" '' echo $((16#$(${pkgs.daemontools}/bin/tai64n <<<"" | ${pkgs.coreutils}/bin/tail -c +2 | ${pkgs.coreutils}/bin/head -c 16))) ''; in pkgs.mkShell { name = "nixos"; nativeBuildInputs = with pkgs; [ sops wireguard-tools gup nftables deploy-rs tai64dec knot-dns yq nvfetcher ]; }