Skip to content

Commit

Permalink
fix: i dont know what im doing
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 15, 2023
1 parent 1c853b4 commit a48a129
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/mods/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, fetchurl, installShellFiles }:
{ system ? builtins.currentSystem, pkgs, fetchurl, installShellFiles }:
let
shaMap = {
x86_64-linux = "0yzzl33bp43wplhr52m0x8xyi7v3xmkjylhw192h7kg02zrx0pvw";
Expand All @@ -17,7 +17,6 @@ let
aarch64-darwin =
"https://github.com/charmbracelet/mods/releases/download/v0.1.1/mods_Darwin_arm64.tar.gz";
};
system = builtins.currentSystem;
in pkgs.stdenv.mkDerivation {
pname = "mods";
version = "0.1.1";
Expand Down

0 comments on commit a48a129

Please sign in to comment.