Skip to content

Commit

Permalink
flake: Removed references to cinny
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Feb 14, 2025
1 parent 450d711 commit 8fb5923
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@

permittedInsecurePackages = [
"jitsi-meet-1.0.8043"
"cinny-4.2.3"
"cinny-unwrapped-4.2.3"
];
};
};
Expand Down
19 changes: 0 additions & 19 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,6 @@ inputs: final: prev:
vendorHash = "sha256-dKqMn/KVB+9K+OE2/2ADncxMA8eFoOkST/IHlNTLl60=";
};

cinny-desktop = prev.cinny-desktop.overrideAttrs {
postPatch = let
inherit (final) pkgs lib;
cinny' = assert lib.assertMsg (
pkgs.cinny.version == prev.cinny-desktop.version
) "cinny.version (${pkgs.cinny.version}) != cinny-desktop.version (${prev.cinny-desktop.version})";
pkgs.cinny.override {
conf = {
hashRouter.enabled = true;
};
};
in ''
substituteInPlace tauri.conf.json \
--replace-fail '"distDir": "../cinny/dist",' '"distDir": "${cinny'}",'
substituteInPlace tauri.conf.json \
--replace-fail '"cd cinny && npm run build"' '""'
'';
};

heisenbridge = prev.heisenbridge.overridePythonAttrs (oldAttrs: rec {
version = "1.15.0";
src = final.fetchFromGitHub {
Expand Down

0 comments on commit 8fb5923

Please sign in to comment.