From d88553e4143042302546d5922fb2c84c9b3181a2 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 30 Jun 2022 12:35:00 +1000 Subject: [PATCH] default.nix: formatted with alejandra --- default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/default.nix b/default.nix index 635c13a..a71d179 100644 --- a/default.nix +++ b/default.nix @@ -1,10 +1,14 @@ -{ sources ? import ./nix/sources.nix, system ? builtins.currentSystem -, crossSystem ? null, config ? { } -, alejandraUnstable ? (import sources.nixpkgsUnstable { }).alejandra -, cardanoNodeProject ? import sources.cardano-node { } }@args: +{ + sources ? import ./nix/sources.nix, + system ? builtins.currentSystem, + crossSystem ? null, + config ? {}, + alejandraUnstable ? (import sources.nixpkgsUnstable {}).alejandra, + cardanoNodeProject ? import sources.cardano-node {}, +} @ args: with import ./nix args; { shell = mkShell { - inherit (import sources.niv { }) niv; + inherit (import sources.niv {}) niv; buildInputs = [ alejandraUnstable # The Uncompromising Nix Code Formatter cardanoNodeProject.cardano-cli # required for KES key rotation