Skip to content

Instantly share code, notes, and snippets.

{ lib, inputs, ... }:
{
flake-file.inputs.nix-prompt = {
url = "github:nix-tricks/nix-prompt";
flake = false;
};
perSystem =
{ pkgs, ... }:
{
packages.nix-prompt = pkgs.stdenv.mkDerivation (