noogle/pesto/test_data/assets/flake.nix
2023-11-29 12:54:14 +01:00

6 lines
128 B
Nix

{
description = "Library of low-level helper functions for nix expressions.";
outputs = { self }: { lib = import ./.; };
}