Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 45ec3d0

Browse files
authored
Update package import method in flake.nix (#407)
1 parent 2b2f973 commit 45ec3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
outputs = { self, nixpkgs, flake-utils }:
77
flake-utils.lib.eachDefaultSystem (system:
88
let
9-
pkgs = import nixpkgs { inherit system; };
9+
pkgs = nixpkgs.legacyPackages.${system};
1010
package = pkgs.buildGoModule {
1111
pname = "spaceage-tts";
1212
version = "0.1.0";

0 commit comments

Comments
 (0)