-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.nix
More file actions
147 lines (109 loc) · 5.48 KB
/
flake.nix
File metadata and controls
147 lines (109 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
description = "vanixiets: infrastructure from nix with flake-parts and clan";
outputs =
inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules);
inputs = {
nixpkgs.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz";
nixpkgs-darwin-stable.url = "https://channels.nixos.org/nixpkgs-25.11-darwin/nixexprs.tar.xz";
nixpkgs-linux-stable.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
nix-darwin.url = "github:nix-darwin/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
mac-app-util.url = "github:hraban/mac-app-util";
mac-app-util.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
direnv-instant.url = "github:Mic92/direnv-instant";
direnv-instant.inputs.nixpkgs.follows = "nixpkgs";
direnv-instant.inputs.flake-parts.follows = "flake-parts";
direnv-instant.inputs.treefmt-nix.follows = "treefmt-nix";
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.sops-nix.follows = "sops-nix";
clan-core.inputs.disko.follows = "disko";
clan-core.inputs.flake-parts.follows = "flake-parts";
clan-core.inputs.treefmt-nix.follows = "treefmt-nix";
clan-core.inputs.nix-darwin.follows = "nix-darwin";
import-tree.url = "github:vic/import-tree";
terranix.url = "github:terranix/terranix";
terranix.inputs.flake-parts.follows = "flake-parts";
terranix.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
srvos.url = "github:nix-community/srvos";
srvos.inputs.nixpkgs.follows = "nixpkgs";
nixos-generators.url = "github:nix-community/nixos-generators";
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
git-hooks.url = "github:cachix/git-hooks.nix";
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
git-hooks.inputs.flake-compat.follows = "";
nix-unit.url = "github:nix-community/nix-unit";
nix-unit.inputs.nixpkgs.follows = "nixpkgs";
nix-unit.inputs.flake-parts.follows = "flake-parts";
nix-unit.inputs.treefmt-nix.follows = "treefmt-nix";
pkgs-by-name-for-flake-parts.url = "github:drupol/pkgs-by-name-for-flake-parts";
nuenv.url = "github:hallettj/nuenv/writeShellApplication";
nuenv.inputs.nixpkgs.follows = "nixpkgs";
llm-agents.url = "github:numtide/llm-agents.nix";
catppuccin.url = "github:catppuccin/nix";
lazyvim-nix.url = "github:pfassina/lazyvim-nix";
lazyvim-nix.inputs.nixpkgs.follows = "nixpkgs";
nix-index-database.url = "github:nix-community/nix-index-database";
nix2container.url = "github:nlewo/nix2container";
nix2container.inputs.nixpkgs.follows = "nixpkgs";
nix-rosetta-builder.url = "github:cpick/nix-rosetta-builder";
nix-rosetta-builder.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "home-manager";
playwright-web-flake.url = "github:pietdevries94/playwright-web-flake/1.58.2";
playwright-web-flake.inputs.nixpkgs.follows = "nixpkgs";
easykubenix.url = "github:cameronraysmith/easykubenix/dev";
easykubenix.flake = false;
cilium-src.url = "github:cilium/cilium/v1.18.6";
cilium-src.flake = false;
step-ca-src.url = "github:smallstep/helm-charts/master";
step-ca-src.flake = false;
sops-secrets-operator-src.url = "github:isindir/sops-secrets-operator/0.16.0";
sops-secrets-operator-src.flake = false;
argocd-src.url = "github:argoproj/argo-cd/v3.2.5";
argocd-src.flake = false;
argocd-helm-src.url = "github:argoproj/argo-helm/argo-cd-9.3.4";
argocd-helm-src.flake = false;
gateway-api-src.url = "github:kubernetes-sigs/gateway-api/v1.4.1";
gateway-api-src.flake = false;
nixidy.url = "github:arnarg/nixidy";
nixidy.inputs.nixpkgs.follows = "nixpkgs";
nixhelm.url = "github:farcaller/nixhelm";
nixhelm.inputs.nixpkgs.follows = "nixpkgs";
};
# sync with lib/caches.nix for machine modules
nixConfig = {
extra-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://numtide.cachix.org"
"https://cache.clan.lol"
"https://pyproject-nix.cachix.org"
"https://catppuccin.cachix.org"
"https://cuda-maintainers.cachix.org"
"https://cameronraysmith.cachix.org"
];
extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"cache.clan.lol-1:3KztgSAB5R1M+Dz7vzkBGzXdodizbgLXGXKXlcQLA28="
"pyproject-nix.cachix.org-1:UNzugsOlQIu2iOz0VyZNBQm2JSrL/kwxeCcFGw+jMe0="
"catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"cameronraysmith.cachix.org-1:aC8ZcRCVcQql77Qn//Q1jrKkiDGir+pIUjhUunN6aio="
];
};
}