wiiiiips
This commit is contained in:
parent
ac3dac322d
commit
a7a1763fe0
105 changed files with 1152 additions and 1093 deletions
14
packages/flake-module.nix
Normal file
14
packages/flake-module.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{inputs, ...}: {
|
||||
imports = [];
|
||||
|
||||
perSystem = {
|
||||
system,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
packages = {
|
||||
studio = pkgs.callPackage ./studio {erosanix = inputs.erosanix.lib.${system};};
|
||||
vaultwarden = pkgs.callPackage ./vaultwarden {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue