Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix inputs

Change default formatter to nixfmt (#54)

The current attribute is deprecated

Co-authored-by: Victor Borja <vborja@apache.org>

authored by mightyiam.tngl.sh

Victor Borja and committed by
GitHub
c0972962 fa1846d8

+1 -1
+1 -1
modules/options/formatter.nix
··· 9 9 The command takes flake.nix as first argument. 10 10 ''; 11 11 type = lib.types.functionTo lib.types.unspecified; 12 - default = pkgs: pkgs.nixfmt-rfc-style; 12 + default = pkgs: pkgs.nixfmt; 13 13 example = lib.literalExample '' 14 14 pkgs: pkgs.nixfmt-rfc-style 15 15 '';