Skip to content

Commit

Permalink
macos: add clan-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jan 4, 2025
1 parent 2163a7a commit 7113770
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
52 changes: 52 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
clan-core = {
url = "git+https://git.clan.lol/clan/clan-core";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.disko.follows = "disko";
inputs.sops-nix.follows = "sops-nix";
inputs.systems.follows = "systems";
inputs.treefmt-nix.follows = "treefmt-nix";
};
colmena = {
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
1 change: 1 addition & 0 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"E501"
];
} ../../scripts/borg2prom.py;
clan-cli = inputs.clan-core.packages.${final.system}.clan-cli;
hashPassword = final.callPackage ../../packages/hashPassword { };
hl = final.callPackage ../../packages/hl { };
httpserve = final.writers.writePython3Bin "httpserve" {
Expand Down
1 change: 1 addition & 0 deletions modules/home/macos-enno.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ in
]
++ (with pkgs; [
attic-client
clan-cli
colmena
deno
diceware
Expand Down

0 comments on commit 7113770

Please sign in to comment.