Add repo in default.nix

This commit is contained in:
steve-chavez
2019-03-05 11:36:14 -05:00
parent a8d209cd1c
commit c0fe0a5ce1
+5 -1
View File
@@ -1,4 +1,8 @@
with import <nixpkgs> {};
with import (builtins.fetchGit {
url = https://github.com/NixOS/nixpkgs-channels;
ref = "nixos-18.09-small";
rev = "95fed28ac372c61eb83c87ad97c24b0f957827bf";
}) {};
stdenv.mkDerivation {
name = "postgrest-docs";