-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import executable haskell code (#37)
### Changes - Import the cardano-wallet-exe:exe:cardano-deposit-wallet - Extract minimal nix setup to create dynamic and static executable for linux - Fix the artifacts to not use the shelley wallet package, but package all assets from scratch - Pause support for `macos-intel` as not compiling - Fix installation instructions, with a hack to be removed on next release due to executable renaming and flags dropping, #39 - Remove some docker container leakage - Imported the `rewrite-libs` tools from iohkNix overlay - Remove unused overlays ### Issues part of #36 ### Notes #39
- Loading branch information
Showing
69 changed files
with
22,410 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ run/docker/databases | |
ignore-me | ||
.direnv | ||
tmp | ||
.cabal-fmt-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# shellcheck shell=bash | ||
use flake |
Oops, something went wrong.