Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
dendrix.oeiuwq.com/Dendritic.html
dendritic
nix
inputs
1# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
2# Use `nix run .#write-flake` to regenerate it.
3{
4
5 outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
6
7 inputs = {
8 devshell = {
9 inputs.nixpkgs.follows = "nixpkgs";
10 url = "github:numtide/devshell";
11 };
12 flake-file.url = "path:..";
13 flake-parts = {
14 inputs.nixpkgs-lib.follows = "nixpkgs-lib";
15 url = "github:hercules-ci/flake-parts";
16 };
17 import-tree.url = "github:vic/import-tree";
18 nix-auto-follow = {
19 inputs.nixpkgs.follows = "nixpkgs";
20 url = "github:fzakaria/nix-auto-follow";
21 };
22 nix-unit = {
23 inputs = {
24 flake-parts.follows = "flake-parts";
25 nixpkgs.follows = "nixpkgs";
26 treefmt-nix.follows = "treefmt-nix";
27 };
28 url = "github:nix-community/nix-unit";
29 };
30 nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
31 nixpkgs-lib.follows = "nixpkgs";
32 systems.url = "github:nix-systems/default";
33 treefmt-nix = {
34 inputs.nixpkgs.follows = "nixpkgs";
35 url = "github:numtide/treefmt-nix";
36 };
37 };
38
39}