This commit is contained in:
Patrick Stevens
2024-01-29 00:42:13 +00:00
committed by GitHub
parent 02c87e8ea4
commit 6af765d032
5 changed files with 135 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
inputs = {
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
home-manager = {
url = "github:nix-community/home-manager";
@@ -25,6 +25,9 @@
apple-silicon = {
url = "github:tpwrules/nixos-apple-silicon";
};
whisper = {
url = "github:Smaug123/whisper.cpp/nix";
};
};
outputs = {
@@ -35,6 +38,7 @@
home-manager,
sops-nix,
apple-silicon,
whisper,
...
} @ inputs: let
config = {
@@ -69,7 +73,7 @@
args = {
nixpkgs = pkgs;
username = "patrick";
dotnet = pkgs.dotnet-sdk_7;
dotnet = pkgs.dotnet-sdk_8;
};
in [
./home-manager/earthworm-config.nix
@@ -95,7 +99,8 @@
args = {
nixpkgs = pkgs;
username = "patrick";
dotnet = pkgs.dotnet-sdk_7;
dotnet = pkgs.dotnet-sdk_8;
whisper = whisper.packages.${system};
};
in [
./darwin-configuration.nix