Add repo in default.nix
This commit is contained in:
+5
-1
@@ -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 {
|
stdenv.mkDerivation {
|
||||||
name = "postgrest-docs";
|
name = "postgrest-docs";
|
||||||
|
|||||||
Reference in New Issue
Block a user