From 6a830f556a71ec8dc9f659dba7b43d3bf0eebe7a Mon Sep 17 00:00:00 2001 From: James Groom Date: Mon, 20 Nov 2023 02:22:33 +0000 Subject: [PATCH] Add back missing newlines from github.dev import fixes b47b4d63b --- Dist/deps-historical.nix | 2 +- Dist/deps.nix | 2 +- Dist/exposed-attr-checker.nix | 2 +- Dist/historical.nix | 2 +- Dist/launch-scripts.nix | 2 +- Dist/nix_expr_check_attrs.sh | 2 +- Dist/nix_expr_usage_docs.md | 2 +- Dist/packages-managed.nix | 2 +- Dist/packages.nix | 2 +- default.nix | 2 +- shell.nix | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dist/deps-historical.nix b/Dist/deps-historical.nix index 839b269e1a..7fe860793a 100644 --- a/Dist/deps-historical.nix +++ b/Dist/deps-historical.nix @@ -295,4 +295,4 @@ in { { pname = "System.Runtime.CompilerServices.Unsafe"; version = "6.0.0"; sha256 = "0qm741kh4rh57wky16sq4m0v05fxmkjjr87krycf5vp9f0zbahbc"; } ]; since-2_9_1 = []; -} \ No newline at end of file +} diff --git a/Dist/deps.nix b/Dist/deps.nix index 45bb617c72..e5fd724c41 100644 --- a/Dist/deps.nix +++ b/Dist/deps.nix @@ -192,4 +192,4 @@ (fetchNuGet { pname = "Vortice.MediaFoundation"; version = "2.4.2"; sha256 = "0nk8r564w8x791nqn5457jcq0gj7v6k5v1mziisqy4945byjxcdl"; }) (fetchNuGet { pname = "Vortice.XAudio2"; version = "2.4.2"; sha256 = "0iwnaa0jdl3782k9i9j2c0s7lyxjky1ph6i8dv12w3ym2p19h3qc"; }) (fetchNuGet { pname = "Vortice.XInput"; version = "2.4.2"; sha256 = "0qpnih6k6mbc027f3hka5588j2v7m1hf81lh29whcww1cqw89sxm"; }) -] \ No newline at end of file +] diff --git a/Dist/exposed-attr-checker.nix b/Dist/exposed-attr-checker.nix index 306e3c4368..e91ba82f9b 100644 --- a/Dist/exposed-attr-checker.nix +++ b/Dist/exposed-attr-checker.nix @@ -39,4 +39,4 @@ (lib.splitString "`") (ifilter0 (i: _: lib.mod i 2 == 1)) ]; -in { missing = lib.subtractLists ac ex; extra = lib.subtractLists ex ac; } \ No newline at end of file +in { missing = lib.subtractLists ac ex; extra = lib.subtractLists ex ac; } diff --git a/Dist/historical.nix b/Dist/historical.nix index 3dda40aedc..62691e23eb 100644 --- a/Dist/historical.nix +++ b/Dist/historical.nix @@ -212,4 +212,4 @@ in { hashPrePatching = "sha256-AHP1mgedC9wUq+YAJD0gM4Lrl0H0UkrWyifEDC9KLog="; }; }; -} \ No newline at end of file +} diff --git a/Dist/launch-scripts.nix b/Dist/launch-scripts.nix index 0f5c57694c..52e507e5e9 100644 --- a/Dist/launch-scripts.nix +++ b/Dist/launch-scripts.nix @@ -108,4 +108,4 @@ in { exec '${lib.getBin bizhawkAssemblies.mono}/bin/mono' "$BIZHAWK_HOME/DiscoHawk.exe" "$@" ''; emuhawkNonNixOS = writeShellScript "emuhawk-mono-wrapper-non-nixos" ''exec '${nixGL}/bin/nixGL' '${emuhawk}' "$@"''; -} \ No newline at end of file +} diff --git a/Dist/nix_expr_check_attrs.sh b/Dist/nix_expr_check_attrs.sh index 572f382ab5..389ccfd18e 100644 --- a/Dist/nix_expr_check_attrs.sh +++ b/Dist/nix_expr_check_attrs.sh @@ -40,4 +40,4 @@ printf "Packaging releases.\n" for a in $attrNamesToCheck; do b -A "$a-bin" b -A "$a-bin.assemblies" --check -done \ No newline at end of file +done diff --git a/Dist/nix_expr_usage_docs.md b/Dist/nix_expr_usage_docs.md index d01fd8b0d0..461fce3de4 100644 --- a/Dist/nix_expr_usage_docs.md +++ b/Dist/nix_expr_usage_docs.md @@ -77,4 +77,4 @@ emuhawk-monort-local # = `cd output && mono EmuHawk.exe` # if deps (besides NuGet packages) have changed, may need to do this instead, but it will do a slow copy of the repo to the Nix store nix-shell -A emuhawk -``` \ No newline at end of file +``` diff --git a/Dist/packages-managed.nix b/Dist/packages-managed.nix index 879a91891e..1d5cd768a9 100644 --- a/Dist/packages-managed.nix +++ b/Dist/packages-managed.nix @@ -17,4 +17,4 @@ in { #TODO build all but flatBuffersCore, gongShell, slimDX, and systemDataSqlit srcGenVersionInfo = grabFromReferences { filePfx = "BizHawk.SrcGen.VersionInfo"; }; systemDataSqliteDropIn = grabFromReferences { filePfx = "System.Data.SQLite"; subdir = "/x64/SQLite"; }; virtu = grabFromReferences { filePfx = "Virtu"; }; -} \ No newline at end of file +} diff --git a/Dist/packages.nix b/Dist/packages.nix index 44ed2be45b..b8e9afb6de 100644 --- a/Dist/packages.nix +++ b/Dist/packages.nix @@ -304,4 +304,4 @@ in { pname = "emuhawk-monort"; launchScriptAttrName = if forNixOS then "emuhawk" else "emuhawkNonNixOS"; }; -} \ No newline at end of file +} diff --git a/default.nix b/default.nix index e82df742b1..fbb43b648d 100644 --- a/default.nix +++ b/default.nix @@ -144,4 +144,4 @@ in combined // lib.listToAttrs (lib.concatLists (builtins.map { name = f "latest-bin"; value = combined.${f "${latestVersionFrag}-bin"}; } { name = f "latest"; value = combined.${f latestVersionFrag}; } ]) - [ (s: "bizhawkAssemblies-${s}") (s: "emuhawk-${s}") (s: "discohawk-${s}") ])) \ No newline at end of file + [ (s: "bizhawkAssemblies-${s}") (s: "emuhawk-${s}") (s: "discohawk-${s}") ])) diff --git a/shell.nix b/shell.nix index 80d4c3303d..f036cc0192 100644 --- a/shell.nix +++ b/shell.nix @@ -38,4 +38,4 @@ (lib.mapAttrs (_: asms: lib.traceIf (lib.hasSuffix "-bin" asms.name) "the attr specified packages BizHawk from release artifacts; some builddeps may be missing from this shell" f asms)) ]; -in shells // shells.emuhawk-latest \ No newline at end of file +in shells // shells.emuhawk-latest