default.nix: formatted with alejandra
This commit is contained in:
parent
d6d36d7ace
commit
d88553e414
14
default.nix
14
default.nix
|
@ -1,10 +1,14 @@
|
||||||
{ sources ? import ./nix/sources.nix, system ? builtins.currentSystem
|
{
|
||||||
, crossSystem ? null, config ? { }
|
sources ? import ./nix/sources.nix,
|
||||||
, alejandraUnstable ? (import sources.nixpkgsUnstable { }).alejandra
|
system ? builtins.currentSystem,
|
||||||
, cardanoNodeProject ? import sources.cardano-node { } }@args:
|
crossSystem ? null,
|
||||||
|
config ? {},
|
||||||
|
alejandraUnstable ? (import sources.nixpkgsUnstable {}).alejandra,
|
||||||
|
cardanoNodeProject ? import sources.cardano-node {},
|
||||||
|
} @ args:
|
||||||
with import ./nix args; {
|
with import ./nix args; {
|
||||||
shell = mkShell {
|
shell = mkShell {
|
||||||
inherit (import sources.niv { }) niv;
|
inherit (import sources.niv {}) niv;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alejandraUnstable # The Uncompromising Nix Code Formatter
|
alejandraUnstable # The Uncompromising Nix Code Formatter
|
||||||
cardanoNodeProject.cardano-cli # required for KES key rotation
|
cardanoNodeProject.cardano-cli # required for KES key rotation
|
||||||
|
|
Loading…
Reference in a new issue