Skip to content

Commit

Permalink
point atomic-browser to our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Mar 4, 2024
1 parent 673bcaa commit e535d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, fetchFromGitHub, mkPnpmPackage, fetchYarnDeps, fetchpatch, ... }:
let
source = fetchFromGitHub {
owner = "atomicdata-dev";
owner = "ngi-nix";
repo = "atomic-server";
rev = "v0.37.0";
hash = "sha256-+Lk2MvkTj+B+G6cNbWAbPrN5ECiyMJ4HSiiLzBLd74g=";
Expand All @@ -12,4 +12,5 @@ mkPnpmPackage rec {
version = "v0.37.0";
src = "${source}/browser";

extraBuildInputs = [pkgs.typescript];
}

0 comments on commit e535d7c

Please sign in to comment.