Skip to content

Commit

Permalink
Reverted some nix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianAN committed Jun 3, 2024
1 parent d8c23db commit 62ab697
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 112 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ jobs:
- name: Release
run: |
chmod +x ./artifacts/bleep-x86_64-pc-linux/bleep
./artifacts/bleep-x86_64-pc-linux/bleep --dev publish
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- name: Prepare files
run: |
export VERSION=${{ steps.get_version.outputs.version-without-v }}
Expand Down
57 changes: 0 additions & 57 deletions bleep.nix

This file was deleted.

54 changes: 0 additions & 54 deletions flake.nix

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object GenerateResources extends BleepCodegenScript("GenerateResources") {

targets.foreach { target =>
writeVersion(target, started.logger, dynVer.version)
writeJvm(target, started.logger, started.build.jvm.getOrElse(model.Jvm.system))
writeJvm(target, started.logger, started.build.jvm.getOrElse(sys.error("Bleep should have a defined JVM in build file")))
}
}

Expand Down

0 comments on commit 62ab697

Please sign in to comment.