mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-08 18:18:40 +00:00
Whisper (#26)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops.url = "github:Mic92/sops-nix";
|
||||
whisper-packages.url = "github:Smaug123/whisper.cpp/nix-small";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@@ -22,6 +23,7 @@
|
||||
home-manager,
|
||||
website,
|
||||
puregym-client,
|
||||
whisper-packages,
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
@@ -31,6 +33,7 @@
|
||||
inherit system;
|
||||
website = website.packages.${system}.default;
|
||||
puregym-client = puregym-client.packages.${system}.default;
|
||||
whisper-packages = whisper-packages.packages.${system};
|
||||
};
|
||||
modules = [
|
||||
(import ./configuration.nix (inputs // {inherit inputs;}))
|
||||
|
Reference in New Issue
Block a user