This commit is contained in:
2024-12-07 22:09:32 +02:00
parent 97c575cf1a
commit 6aed3374e3
3 changed files with 2 additions and 74 deletions

View File

@@ -30,14 +30,6 @@
};
};
nixgl = {
url = "github:guibou/nixGL";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
zig = {
url = "github:mitchellh/zig-overlay";
inputs = {
@@ -89,7 +81,6 @@
pre-commit-hooks,
nur,
zig,
nixgl,
kolide-launcher,
...
}@inputs:
@@ -97,9 +88,8 @@
myData = import ./data.nix;
overlays = [
nur.overlay
nur.overlays.default
zig.overlays.default
nixgl.overlay
(_self: super: { deploy-rs-pkg = super.deploy-rs; })
deploy-rs.overlay