Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
at cross 58 lines 1.8 kB view raw
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 darwin = { 9 inputs.nixpkgs.follows = "nixpkgs"; 10 url = "github:nix-darwin/nix-darwin"; 11 }; 12 den.url = "github:vic/den"; 13 flake-aspects.url = "github:vic/flake-aspects"; 14 flake-file.url = "github:vic/flake-file"; 15 flake-parts = { 16 inputs.nixpkgs-lib.follows = "nixpkgs-lib"; 17 url = "github:hercules-ci/flake-parts"; 18 }; 19 home-manager = { 20 inputs.nixpkgs.follows = "nixpkgs"; 21 url = "github:nix-community/home-manager"; 22 }; 23 home-manager-stable = { 24 inputs.nixpkgs.follows = "nixpkgs-stable"; 25 url = "github:nix-community/home-manager/release-25.05"; 26 }; 27 import-tree.url = "github:vic/import-tree"; 28 neovim-nightly-overlay = { 29 inputs = { 30 flake-parts.follows = "flake-parts"; 31 nixpkgs.follows = "nixpkgs"; 32 }; 33 url = "github:nix-community/neovim-nightly-overlay"; 34 }; 35 nixos-wsl = { 36 inputs = { 37 flake-compat.follows = ""; 38 nixpkgs.follows = "nixpkgs-stable"; 39 }; 40 url = "github:nix-community/nixos-wsl"; 41 }; 42 nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; 43 nixpkgs-lib.follows = "nixpkgs"; 44 nixpkgs-stable.url = "github:nixos/nixpkgs/release-25.05"; 45 provider = { 46 inputs = { 47 den.follows = "den"; 48 flake-aspects.follows = "flake-aspects"; 49 flake-parts.follows = "flake-parts"; 50 import-tree.follows = "import-tree"; 51 nixpkgs.follows = "nixpkgs"; 52 }; 53 url = "path:./provider"; 54 }; 55 systems.url = "github:nix-systems/default"; 56 }; 57 58}