Delete some trailing spaces

This commit is contained in:
Richard Feldman 2024-02-13 19:49:23 -05:00
parent d378a14414
commit a62234cb0b
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -19,7 +19,7 @@
inputs.flake-utils.follows = "flake-utils";
};
# for non flake backwards compatibility
# for non flake backwards compatibility
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
@ -45,7 +45,7 @@
inherit (compile-deps) zigPkg llvmPkgs llvmVersion
llvmMajorMinorStr glibcPath libGccSPath darwinInputs;
# DevInputs are not necessary to build roc as a user
# DevInputs are not necessary to build roc as a user
linuxDevInputs = with pkgs;
lib.optionals stdenv.isLinux [
valgrind # used in cli tests, see cli/tests/cli_run.rs
@ -60,7 +60,7 @@
xorg.libxcb
];
# DevInputs are not necessary to build roc as a user
# DevInputs are not necessary to build roc as a user
darwinDevInputs = with pkgs;
lib.optionals stdenv.isDarwin
(with pkgs.darwin.apple_sdk.frameworks; [