Add Zig to Flakes and add garbage collection

This commit is contained in:
Bart van der Braak 2024-11-04 15:57:43 +01:00
parent 7b06b8185d
commit 5e043f550b
4 changed files with 102 additions and 1 deletions

View file

@ -3,6 +3,7 @@
inputs = {
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zig.url = "github:mitchellh/zig-overlay";
};
outputs = { self, nixpkgs, ... }@inputs: {