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

fmt inputs.nix

+8
+1
modules/unflake.nix
··· 23 23 name = "write-inputs"; 24 24 text = '' 25 25 cp ${inputsFile} "''${1:-inputs.nix}" 26 + ${lib.getExe pkgs.nixfmt} "''${1:-inputs.nix}" 26 27 ''; 27 28 }; 28 29
+7
templates/unflake/inputs.nix
··· 1 + # DO-NOT-EDIT: Generated by github:vic/flake-file for unflake. 2 + # To re-generate use: nix-shell . -A unflake.env --run write-inputs 3 + { 4 + flake-file.url = "github:vic/flake-file"; 5 + import-tree.url = "github:vic/import-tree"; 6 + nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz"; 7 + }