25 lines
No EOL
1,014 B
Nix
25 lines
No EOL
1,014 B
Nix
{ ... }:
|
|
{
|
|
flake-file = {
|
|
inputs = {
|
|
# ----- flake-system (with dendritic)
|
|
den.url = "path:./flake/den"; #"github:vic/den" fork;
|
|
flake-aspects.url = "github:vic/flake-aspects";
|
|
flake-file.url = "github:vic/flake-file";
|
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
|
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
|
import-tree.url = "github:vic/import-tree";
|
|
# -----
|
|
disko.url = "github:nix-community/disko";
|
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
|
git-hooks.url = "github:cachix/git-hooks.nix";
|
|
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
|
lazy-apps.inputs.nixpkgs.follows = "nixpkgs";
|
|
lazy-apps.url = "sourcehut:~rycee/lazy-apps";
|
|
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
|
nixos-generators.url = "github:nix-community/nixos-generators";
|
|
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
|
};
|
|
};
|
|
} |