nix setup

This commit is contained in:
Robin Appelman 2024-07-20 17:11:20 +02:00
commit 20464a8f68
8 changed files with 46 additions and 140 deletions

3
nix/overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
logging-extractor = final.callPackage ./logging-extractor.nix {};
}