funkytions/flake.nix

6 lines
109 B
Nix
Raw Normal View History

2024-01-12 14:11:32 +01:00
{ description = "A collection of tedious nix functions";
outputs = _: {
lib = import ./lib.nix;
};
}