Fix: Rust-Cleanup & Flake-SHA Patch

This commit is contained in:
Youwes09
2026-05-01 11:32:29 -05:00
parent b79ee99e8a
commit 399d429142
5 changed files with 4 additions and 10 deletions
-6
View File
@@ -53,8 +53,6 @@
gsettings-desktop-schemas
];
# ── source filters ──────────────────────────────────────────────
frontendSrc = lib.cleanSourceWith {
src = ./.;
filter =
@@ -80,8 +78,6 @@
|| (builtins.baseNameOf path == "tauri.conf.json");
};
# ── packages ────────────────────────────────────────────────────
suwayomiServer = pkgs.callPackage ./nix/server.nix { };
frontend = pkgs.callPackage ./nix/frontend.nix {
@@ -94,8 +90,6 @@
appIcon = ./src/assets/moku-icon.svg;
};
# ── dev/release scripts ─────────────────────────────────────────
scripts = import ./nix/scripts.nix { inherit pkgs rustToolchain version; };
in