Skip to content

Commit

Permalink
Merge pull request #43 from phip1611/nixos-24.05
Browse files Browse the repository at this point in the history
nix: prepare nixos-24.05
  • Loading branch information
phip1611 committed May 23, 2024
2 parents ee6c527 + e5bc61e commit 32d566b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
36 changes: 10 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This flake builds the spring service.
# This flake builds the Img to WebP Spring web service.

{
description = "Image To WebP Spring Service";

inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
# TODO: switch to branch "nixos-24.05" after June 1st.
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
};

outputs = inputs@{ flake-parts, nixpkgs, ... }:
Expand Down
3 changes: 1 addition & 2 deletions nix/build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ maven.buildMavenPackage {
};

# Hash of Maven dependencies.
mvnHash = "sha256-D4c90nm5tx/ye7DzIxlphWPVOfSmzBbzeQHTid3Ps0M=";
# mvnHash = "sha256-0000000000000000000000000000000000000000000=";
mvnHash = "sha256-6SvzzAkl86b090JDzQKn8WxwqazL8gGk5RQQYwvHchg=";

nativeBuildInputs = [ runtimeDeps ];

Expand Down

0 comments on commit 32d566b

Please sign in to comment.