diff options
author | Vincent Ambo <tazjin@google.com> | 2019-07-04T10·18+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-07-04T10·18+0100 |
commit | 64275e446e442c9a0a860969501158ed93058441 (patch) | |
tree | 482821738cbc68fb1e7c263bc80a2cea4a946a66 /third_party/bazel/rules_nixpkgs/tests/hello.nix | |
parent | f723b8b878a3c4a4687b9e337a875500bebb39b1 (diff) |
feat(third_party/bazel): Check in rules_nixpkgs from Tweag r/18
Diffstat (limited to 'third_party/bazel/rules_nixpkgs/tests/hello.nix')
-rw-r--r-- | third_party/bazel/rules_nixpkgs/tests/hello.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/bazel/rules_nixpkgs/tests/hello.nix b/third_party/bazel/rules_nixpkgs/tests/hello.nix new file mode 100644 index 000000000000..285e93f7e803 --- /dev/null +++ b/third_party/bazel/rules_nixpkgs/tests/hello.nix @@ -0,0 +1,3 @@ +with import ./pkgname.nix; +let pkgs = import <nixpkgs> {}; in builtins.getAttr pkgname pkgs + |