Fix: variable not defined. (#992)
This commit is contained in:
parent
4b2882294f
commit
a2f9f8d0dd
@ -20,7 +20,7 @@
|
||||
tres.flake = false;
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, zig-overlay, gitignore, flake-utils, known-folders, tres }:
|
||||
outputs = { self, nixpkgs, zig-overlay, gitignore, flake-utils, known-folders, tres, diffz }:
|
||||
let
|
||||
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
inherit (gitignore.lib) gitignoreSource;
|
||||
|
Loading…
Reference in New Issue
Block a user