94 lines
2 KiB
Nix
94 lines
2 KiB
Nix
|
|
# DO-NOT-EDIT. This file was auto-generated using github:vic/flake-file.
|
||
|
|
# Use `nix run .#write-flake` to regenerate it.
|
||
|
|
{
|
||
|
|
|
||
|
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
|
||
|
|
|
||
|
|
inputs = {
|
||
|
|
darwin = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:nix-darwin/nix-darwin";
|
||
|
|
};
|
||
|
|
den = {
|
||
|
|
url = "github:vic/den";
|
||
|
|
};
|
||
|
|
flake-aspects = {
|
||
|
|
url = "github:vic/flake-aspects";
|
||
|
|
};
|
||
|
|
flake-file = {
|
||
|
|
url = "github:vic/flake-file";
|
||
|
|
};
|
||
|
|
flake-parts = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs-lib = {
|
||
|
|
follows = "nixpkgs-lib";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:hercules-ci/flake-parts";
|
||
|
|
};
|
||
|
|
home-manager = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:nix-community/home-manager";
|
||
|
|
};
|
||
|
|
home-manager-stable = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs-stable";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:nix-community/home-manager/release-25.05";
|
||
|
|
};
|
||
|
|
import-tree = {
|
||
|
|
url = "github:vic/import-tree";
|
||
|
|
};
|
||
|
|
nix-auto-follow = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:fzakaria/nix-auto-follow";
|
||
|
|
};
|
||
|
|
nixos-wsl = {
|
||
|
|
inputs = {
|
||
|
|
flake-compat = {
|
||
|
|
follows = "";
|
||
|
|
};
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs-stable";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:nix-community/nixos-wsl";
|
||
|
|
};
|
||
|
|
nixpkgs = {
|
||
|
|
url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||
|
|
};
|
||
|
|
nixpkgs-lib = {
|
||
|
|
follows = "nixpkgs";
|
||
|
|
};
|
||
|
|
nixpkgs-stable = {
|
||
|
|
url = "github:nixos/nixpkgs/release-25.05";
|
||
|
|
};
|
||
|
|
systems = {
|
||
|
|
url = "github:nix-systems/default";
|
||
|
|
};
|
||
|
|
treefmt-nix = {
|
||
|
|
inputs = {
|
||
|
|
nixpkgs = {
|
||
|
|
follows = "nixpkgs";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
url = "github:numtide/treefmt-nix";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
}
|