+2
-2
packetmix/packages/josh/default.nix
+2
-2
packetmix/packages/josh/default.nix
···
6
6
config.packages.josh = {
7
7
systems = [ "x86_64-linux" ];
8
8
package =
9
-
{ system, rustPlatform, ... }:
10
-
config.inputs.nixos-unstable.result.${system}.josh.overrideAttrs {
9
+
{ stdenv, rustPlatform, ... }:
10
+
config.inputs.nixos-unstable.result.${stdenv.hostPlatform.system}.josh.overrideAttrs {
11
11
src = config.inputs.josh.result;
12
12
13
13
cargoDeps = rustPlatform.fetchCargoVendor {