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

Run `nix develop ./dev -c regen`

authored by oeiuwq.com and committed by

GitHub 7b037ae4 d05fa344

+5 -6
+5 -6
templates/dendritic/flake.nix
··· 15 15 url = "github:vic/flake-file"; 16 16 }; 17 17 flake-parts = { 18 + inputs = { 19 + nixpkgs-lib = { 20 + follows = "nixpkgs-lib"; 21 + }; 22 + }; 18 23 url = "github:hercules-ci/flake-parts"; 19 24 }; 20 25 import-tree = { 21 26 url = "github:vic/import-tree"; 22 27 }; 23 - nix-auto-follow = { 24 - url = "github:fzakaria/nix-auto-follow"; 25 - }; 26 28 nixpkgs = { 27 29 url = "github:nixos/nixpkgs/nixpkgs-unstable"; 28 30 }; ··· 31 33 }; 32 34 systems = { 33 35 url = "github:nix-systems/default"; 34 - }; 35 - treefmt-nix = { 36 - url = "github:numtide/treefmt-nix"; 37 36 }; 38 37 }; 39 38