nix: bump zig-overlay version

This commit is contained in:
faukah
2026-03-11 16:49:30 +01:00
parent 61865bc37f
commit 9503fa0786
2 changed files with 6 additions and 28 deletions

View File

@@ -10,7 +10,6 @@
# Gnome 49/Gtk 4.20.
#
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
flake-utils.url = "github:numtide/flake-utils";
# Used for shell.nix
flake-compat = {
@@ -22,7 +21,6 @@
url = "github:mitchellh/zig-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
flake-compat.follows = "flake-compat";
};
};