mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-07-15 20:49:10 +00:00
Add Zig to Flakes and add garbage collection
This commit is contained in:
parent
7b06b8185d
commit
5e043f550b
4 changed files with 102 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
zig.url = "github:mitchellh/zig-overlay";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue