about summary refs log tree commit diff
path: root/third_party/naersk.nix
blob: 0e708a5781e078a47b02038ba96f91f86d32fe24 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:

let inherit (pkgs.third_party.nixpkgs) callPackage fetchFromGitHub;
in callPackage (fetchFromGitHub {
  owner = "nmattia";
  repo = "naersk";
  rev = "68c1c2b2b661913cdc5ecabea518dfdc4f449027";
  sha256 = "1ll310pl44kdbwfslzwvg2v7khf1y0xkg2j5wcfia4k7sj6bcl28";
}) {}