File tree Expand file tree Collapse file tree 3 files changed +152
-63
lines changed
Expand file tree Collapse file tree 3 files changed +152
-63
lines changed Original file line number Diff line number Diff line change 1+ # DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
2+ # Use `nix run .#write-flake` to regenerate it.
13{
2- outputs = inputs : inputs . flake-parts . lib . mkFlake { inherit inputs ; } ( inputs . import-tree ./modules ) ;
3-
4+ description = "A dendritic setup." ;
45 inputs = {
5- dendrix . url = "path:./../.." ;
6- flake-parts . url = "github:hercules-ci/flake-parts" ;
7- import-tree . url = "github:vic/import-tree" ;
8- systems . url = "github:nix-systems/default" ;
9- nixpkgs . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
6+ allfollow = {
7+ url = "github:spikespaz/allfollow" ;
8+ } ;
9+ devshell = {
10+ url = "github:numtide/devshell" ;
11+ } ;
12+ flake-file = {
13+ url = "github:vic/flake-file" ;
14+ } ;
15+ flake-parts = {
16+ url = "github:hercules-ci/flake-parts" ;
17+ } ;
18+ import-tree = {
19+ url = "github:vic/import-tree" ;
20+ } ;
21+ nixpkgs = {
22+ url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
23+ } ;
24+ rust-overlay = {
25+ inputs = {
26+ nixpkgs = {
27+ follows = "nixpkgs" ;
28+ } ;
29+ } ;
30+ url = "github:oxalica/rust-overlay" ;
31+ } ;
32+ systems = {
33+ url = "github:nix-systems/default" ;
34+ } ;
35+ treefmt-nix = {
36+ url = "github:numtide/treefmt-nix" ;
37+ } ;
1038 } ;
39+ outputs = inputs : inputs . flake-parts . lib . mkFlake { inherit inputs ; } ( inputs . import-tree ./modules ) ;
1140}
Original file line number Diff line number Diff line change 11{ inputs , ... } :
22{
33 imports = [
4- inputs . flake-parts . flakeModules . modules
4+ inputs . flake-file . flakeModules . dendritic
55 ] ;
66
7- systems = import inputs . systems ;
7+ flake-file . description = "A dendritic setup." ;
88}
You can’t perform that action at this time.
0 commit comments