Merge pull request #54 from portothree/master

fix(flake): replace `defaultApp` with `apps.default`
This commit is contained in:
Tad Fisher
2023-09-30 12:19:09 -07:00
committed by GitHub
2 changed files with 6 additions and 10 deletions

View File

@@ -8,18 +8,14 @@
outputs = { self, flake-utils, nixpkgs }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
in
rec {
let pkgs = nixpkgs.legacyPackages.${system};
in rec {
packages.gradle2nix = import ./default.nix { inherit pkgs; };
defaultPackage = packages.gradle2nix;
apps.gradle2nix = {
apps.default = {
type = "app";
program = "${packages.gradle2nix}/bin/gradle2nix";
};
defaultApp = apps.gradle2nix;
}
);
});
}

View File

@@ -71,7 +71,7 @@
"urls": [
"https://plugins.gradle.org/m2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom"
],
"sha256": "62aa1c1679ade09f173dbf1b6c32d35c55e75800238fd5e48f13aa4337c0875b"
"sha256": "Z749r6r4zhcX56fefbkrpDPfkjtpekDJdDpUzJ/FNjc="
},
{
"id": {