Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"advisory-db": {
"branch": "master",
"builtin": false,
"description": "Security advisory database for Rust crates published through crates.io",
"homepage": "https://rustsec.org",
"owner": "RustSec",
Expand All @@ -13,6 +14,7 @@
},
"bats-support": {
"branch": "v0.3.0",
"builtin": false,
"description": "Supporting library for Bats test helpers",
"homepage": null,
"owner": "ztombol",
Expand Down Expand Up @@ -43,14 +45,15 @@
},
"napalm": {
"branch": "master",
"builtin": false,
"description": "Support for building npm packages in Nix and lightweight npm registry",
"homepage": "",
"owner": "nmattia",
"repo": "napalm",
"rev": "8d2568d7848d82e46df55bda86203fdecb410279",
"sha256": "07mi0gkgr8aqvy2yyd5sh8rin0189iyg81124y3cvfsnr1mxx7z1",
"rev": "f8deeacc6c7fc182f15cab13819abb1bbbd9293e",
"sha256": "0mvyjblmd01dqyvb1i6cramjy35kn439wihabjp29vsz7b41aca6",
"type": "tarball",
"url": "https://github.com/nmattia/napalm/archive/8d2568d7848d82e46df55bda86203fdecb410279.tar.gz",
"url": "https://github.com/nmattia/napalm/archive/f8deeacc6c7fc182f15cab13819abb1bbbd9293e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
1 change: 1 addition & 0 deletions src/userlib/js/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ let
src = pkgs.lib.noNixFiles (pkgs.lib.gitOnlySource repoRoot ./.);
in
pkgs.napalm.buildPackage src {
root = ./.;
name = "dfinity-sdk-userlib-js";
# ci script now does everything CI should do. Bundle is needed because it's the output
# of the nix derivation.
Expand Down