feat: start implementation of package for mydia
This commit is contained in:
parent
2d3da197ee
commit
06cd3dd1ac
11 changed files with 1134 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ mkShell, inputs, pkgs, ... }:
|
||||
{ mkShell, inputs, pkgs, stdenv, ... }:
|
||||
|
||||
mkShell {
|
||||
packages = with pkgs; [
|
||||
|
|
@ -7,6 +7,7 @@ mkShell {
|
|||
just
|
||||
yq
|
||||
pwgen
|
||||
inputs.clan-core.packages.x86_64-linux.clan-cli
|
||||
inputs.clan-core.packages.${stdenv.hostPlatform.system}.clan-cli
|
||||
inputs.bun2nix.packages.${stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue