Skip to content

Instantly share code, notes, and snippets.

@qknight
Created May 4, 2015 01:58
Show Gist options
  • Save qknight/02dd7ece9d984383f9eb to your computer and use it in GitHub Desktop.
Save qknight/02dd7ece9d984383f9eb to your computer and use it in GitHub Desktop.
with import <nixpkgs> { };
with pkgs.goPackages;
buildGoPackage rec {
name = "nixcloud-${version}";
version = "0.0.1";
goPackagePath = "github.com/nixcloud/nixcloud";
buildInputs = [ goPackages.pushover postgresql ];
}
nix-shell -I $NIXPKGS
error: attribute ‘pushover’ missing, at "/home/joachim/Desktop/projects/nixcloud/default.nix":10:19
(use ‘--show-trace’ to show detailed location information)
why?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment