This file contains hidden or 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
| { openssl | |
| }: | |
| openssl.overrideAttrs (orig: { | |
| # Compile the FIPS module: | |
| configureFlags = orig.configureFlags ++ [ | |
| "enable-ec_nistp_64_gcc_128" | |
| "enable-fips" | |
| ]; |
This file contains hidden or 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
| ; Beginning of Time - 26 Oct 2016 | |
| 2016/10/26 Opening Balance | |
| Assets:Banking:Checking $2000.00 | |
| Assets:Banking:Savings $100.00 | |
| Equity:Opening | |
| [Assets:Budget:Food] $100.00 | |
| [Assets:Budget:Rent] $1000.00 | |
| [Assets:Budget:Vacation] $200.00 | |
| [Assets:Budget:Gas] $50.00 |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <array> | |
| <dict> | |
| <key>chordProgression</key> | |
| <string>*A[T44F^7 Ab7 |Db^7 E7 |A^7 C7 |C-7 F7 |Bb^7 Db7 |Gb^7 A7 |D-7 G7 |G-7 C7 ]*A[F^7 Ab7 |Db^7 E7 |A^7 C7 |C-7 F7 |Bb^7 Ab7 |Db^7 E7 |A^7 C7 |F^7 ]*B[C-7 F7 |E-7 A7 |D^7 F7 |Bb^7 |Eb-7 |Ab7 |Db^7 |G-7 C7 ]*A[F^7 Ab7 |Db^7 E7 |A^7 C7 |C-7 F7 |Bb^7 Ab7 |Db^7 E7 |A^7 C7 |F^7 Z</string> | |
| <key>composer</key> | |
| <string>Coltrane John</string> | |
| <key>keySignature</key> |