tangled
alpha
login
or
join now
dunkirk.sh
/
soapdump
1
fork
atom
parses paypal soap logs
1
fork
atom
overview
issues
pulls
pipelines
docs: update nix instructions
dunkirk.sh
6 months ago
b2ff538b
d0971890
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+3
-3
1 changed file
expand all
collapse all
unified
split
README.md
+3
-3
README.md
reviewed
···
62
62
63
63
```nix
64
64
{
65
65
-
inputs.terminal-wakatime.url = "github:hackclub/terminal-wakatime";
65
65
+
inputs.soapdump.url = "github:taciturnaxolotl/soapdump";
66
66
67
67
-
outputs = { self, nixpkgs, terminal-wakatime, ... }: {
67
67
+
outputs = { self, nixpkgs, soapdump, ... }: {
68
68
# Access the package as:
69
69
-
# terminal-wakatime.packages.${system}.default
69
69
+
# soapdump.packages.${system}.default
70
70
};
71
71
}
72
72
```