Skip to content

Commit 7113770

Browse files
committed
macos: add clan-cli
1 parent 2163a7a commit 7113770

File tree

4 files changed

+63
-0
lines changed

4 files changed

+63
-0
lines changed

flake.lock

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
inputs.nixpkgs-stable.follows = "nixpkgs";
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};
12+
clan-core = {
13+
url = "git+https://git.clan.lol/clan/clan-core";
14+
inputs.nixpkgs.follows = "nixpkgs";
15+
inputs.flake-parts.follows = "flake-parts";
16+
inputs.disko.follows = "disko";
17+
inputs.sops-nix.follows = "sops-nix";
18+
inputs.systems.follows = "systems";
19+
inputs.treefmt-nix.follows = "treefmt-nix";
20+
};
1221
colmena = {
1322
url = "github:zhaofengli/colmena";
1423
inputs.nixpkgs.follows = "nixpkgs";

modules/flake/overlays.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"E501"
1111
];
1212
} ../../scripts/borg2prom.py;
13+
clan-cli = inputs.clan-core.packages.${final.system}.clan-cli;
1314
hashPassword = final.callPackage ../../packages/hashPassword { };
1415
hl = final.callPackage ../../packages/hl { };
1516
httpserve = final.writers.writePython3Bin "httpserve" {

modules/home/macos-enno.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ in
4949
]
5050
++ (with pkgs; [
5151
attic-client
52+
clan-cli
5253
colmena
5354
deno
5455
diceware

0 commit comments

Comments
 (0)