1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/flake.nix
2023-08-16 15:46:37 +02:00

6 lines
128 B
Nix

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