Created
May 4, 2015 01:58
-
-
Save qknight/02dd7ece9d984383f9eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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