diff --git a/apps/update-sources/default.nix b/apps/update-sources/default.nix index 8fbd9a22..1e128932 100644 --- a/apps/update-sources/default.nix +++ b/apps/update-sources/default.nix @@ -8,7 +8,7 @@ }: buildApp { src = ./.; - npmDepsHash = "sha256-vIhR/+Pgj35sv/ZX1iL+xWheu6w7vQeJy4OEfa8tXFw="; + npmDepsHash = "sha256-TU7HoUGeCXUKwm2s4Np6NQahk6gWBN9WC5vob3zw7Ns="; runtimeInputs = [ nix-update diff --git a/apps/update-sources/package-lock.json b/apps/update-sources/package-lock.json index 61b74f38..1ece6460 100644 Binary files a/apps/update-sources/package-lock.json and b/apps/update-sources/package-lock.json differ diff --git a/apps/update-sources/package.json b/apps/update-sources/package.json index 5cb2e472..0653dd45 100644 --- a/apps/update-sources/package.json +++ b/apps/update-sources/package.json @@ -12,7 +12,7 @@ "esbuild": "0.24.2", "eslint": "9.17.0", "jiti": "2.4.2", - "pkg-types": "1.2.1", + "pkg-types": "1.3.0", "typescript": "5.7.2" } } diff --git a/flake.lock b/flake.lock index b7e1111e..a8197732 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 852b4ffd..db600794 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs/default.nix b/inputs/default.nix index 1be2a3f8..6d3438c6 100644 --- a/inputs/default.nix +++ b/inputs/default.nix @@ -159,8 +159,7 @@ let agsInputs = { astal = mkDep { - # FIXME: https://github.com/Aylur/astal/pull/208 - owner = "matt1432"; + owner = "Aylur"; repo = "astal"; }; diff --git a/overlays/build-failures/default.nix b/overlays/build-failures/default.nix index 732eb07d..917e5af5 100644 --- a/overlays/build-failures/default.nix +++ b/overlays/build-failures/default.nix @@ -1,4 +1,20 @@ final: prev: { # FIXME: https://pr-tracker.nelim.org/?pr=357699 nodejs_latest = prev.nodejs_22; + + # FIXME: figure out why hplip fails building + hplip = prev.hplip.overrideAttrs (o: { + env.NIX_CFLAGS_COMPILE = prev.lib.concatStringsSep " " [ + "-Wno-error=implicit-int" + "-Wno-error=implicit-function-declaration" + "-Wno-error=return-mismatch" + "-Wno-error=incompatible-pointer-types" + "-Wno-error=int-conversion" + ]; + }); + + # FIXME: https://github.com/NixOS/nixpkgs/issues/363965 + triton-llvm = prev.triton-llvm.override { + buildTests = false; + }; } diff --git a/packages/homepage/default.nix b/packages/homepage/default.nix index 1bee3c4a..da92a480 100644 --- a/packages/homepage/default.nix +++ b/packages/homepage/default.nix @@ -15,7 +15,7 @@ installLocalIcons = import ./icons.nix {inherit fetchFromGitHub;}; pname = "homepage-dashboard"; - version = "0.10.5"; + version = "0.10.6"; in buildNpmPackage { inherit pname version; @@ -24,7 +24,7 @@ in owner = "gethomepage"; repo = "homepage"; rev = "v${version}"; - hash = "sha256-Zk6hS2TAtP5Mf8G5QKy0xLeZJDdEOAPEEUyl8yV+1lQ="; + hash = "sha256-5JdCd/A+wmsZic0OsbqBBTUQO/SinnUtDKYy7iUmtAs="; }; npmDepsHash = "sha256-AW7lNkvQeeHkAf6Q23912LiSHJMelR9+4KVSKdlFqd0=";