Formatting (nixfmt)

This commit is contained in:
Martin Puppe 2021-07-31 16:58:29 +02:00
parent e71e35cb55
commit c0fd2b96a5
6 changed files with 32 additions and 41 deletions

View file

@ -1,13 +1,8 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem}:
{ pkgs ? import <nixpkgs> { inherit system; }, system ? builtins.currentSystem
}:
let
derivations = import ./node2nix.nix {
inherit pkgs system;
};
in
derivations // {
let derivations = import ./node2nix.nix { inherit pkgs system; };
in derivations // {
package = derivations.package.overrideAttrs (oldAttrs: rec {
# Puppeteer (a dependency for testing) would try to download Chromium
# during installation. Downloading Chromium would not work though because