#!/usr/bin/env -S nix-build
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./derivation.nix {}