Compare commits

..

3 Commits

Author SHA1 Message Date
9d5b2ac88f revert 5c12d64623
revert Modified overlay to force use of flutter319
2025-08-28 19:10:24 -04:00
51564ed7fa Updated flake lock file 2025-08-28 18:30:33 -04:00
3c7f439ba6 Renamed flutter argument 2025-08-28 18:29:30 -04:00
3 changed files with 9 additions and 12 deletions

12
flake.lock generated
View File

@@ -78,11 +78,11 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1755931942, "lastModified": 1756415448,
"narHash": "sha256-WC4suGc4VL0sbnqmWq9bSluZ70TjmfPKXhbKsF2sES8=", "narHash": "sha256-eHMAXHdP9RGwQkAC+/ealzq5VPp/A5vkGXf6tBoGkTo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "ebf1cf52271d69fd79d43818d342b6c46630588c", "rev": "47cae1f72bd1217623ca549f1743798c83accb78",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -92,11 +92,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755442223, "lastModified": 1756178832,
"narHash": "sha256-VtMQg02B3kt1oejwwrGn50U9Xbjgzfbb5TV5Wtx8dKI=", "narHash": "sha256-O2CIn7HjZwEGqBrwu9EU76zlmA5dbmna7jL1XUmAId8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cd32a774ac52caaa03bcfc9e7591ac8c18617ced", "rev": "d98ce345cdab58477ca61855540999c86577d19d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

@@ -3,7 +3,7 @@
, copyDesktopItems , copyDesktopItems
, wrapGAppsHook3 , wrapGAppsHook3
, fetchFromGitHub , fetchFromGitHub
, flutter319 , flutter
}: }:
let let
@@ -20,7 +20,7 @@ let
}; };
}; };
in flutter319.buildFlutterApplication rec { in flutter.buildFlutterApplication rec {
version = "5.0.172"; version = "5.0.172";
src = fetchFromGitHub { src = fetchFromGitHub {