-
-
Save kalbasit/ec50eb208b115af0894e2bbbf95b05b5 to your computer and use it in GitHub Desktop.
This file contains 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
self: super: | |
let | |
hostPkgs = import <nixpkgs> {}; | |
# Look here for information about how to generate `nixpkgs-version.json`. | |
# → https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs | |
pinnedVersion = hostPkgs.lib.importJSON ./nixpkgs-version.json; | |
pinnedPkgs = hostPkgs.fetchFromGitHub { | |
owner = "NixOS"; | |
repo = "nixpkgs-channels"; | |
inherit (pinnedVersion) rev sha256; | |
}; | |
in | |
{ | |
haskell.packages.greenclip = pinnedPkgs.haskell.packages.greenclip; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
getting an error: