feat(third_party/clj2nix): Init

Change-Id: Iaf04d71352740552c1101d1e8cbb80a770b40a7b
This commit is contained in:
Griffin Smith 2021-12-13 21:17:07 -05:00
parent b5eb90196e
commit a8ef116421
2 changed files with 11 additions and 0 deletions

3
third_party/clj2nix/OWNERS vendored Normal file
View file

@ -0,0 +1,3 @@
inherit: true
owners:
- grfn

8
third_party/clj2nix/default.nix vendored Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
pkgs.callPackage "${(pkgs.fetchFromGitHub {
owner = "hlolli";
repo = "clj2nix";
rev = "3d0a38c954c8e0926f57de1d80d357df05fc2f94";
sha256 = "0y77b988qdgsrp4w72v1f5rrh33awbps2qdgp2wr2nmmi44541w5";
})}/clj2nix.nix" {}