feat: set up clan cli
This commit is contained in:
parent
2402ec0761
commit
c98b3eefe1
4 changed files with 237 additions and 13 deletions
10
shells/default/default.nix
Normal file
10
shells/default/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ mkShell, inputs, pkgs, ... }:
|
||||
|
||||
mkShell {
|
||||
packages = with pkgs; [
|
||||
bash
|
||||
sops
|
||||
just
|
||||
inputs.clan-core.packages.x86_64-linux.clan-cli
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue