revert 5c12d64623b519b324c404aab067b97da0e6339e

revert Modified overlay to force use of flutter319
This commit is contained in:
Andrew Bryant 2025-08-28 19:10:24 -04:00
parent 51564ed7fa
commit 9d5b2ac88f

View File

@ -25,10 +25,7 @@
modules = [ ./vm ];
};
overlays.default =
(self: super: {
invoiceninja-desktop = super.callPackage ./package.nix { flutter319 = nixpkgs.legacyPackages.x86_64-linux.flutter319; };
});
overlays.default = final: prev: { invoiceninja-desktop = final.callPackage ./package.nix { }; };
packages = forEachSystem (system: {
invoiceninja-desktop = pkgsBySystem.${system}.invoiceninja-desktop;