We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dc6ed commit d942002Copy full SHA for d942002
idris/shell.nix
@@ -1,11 +1,11 @@
1
let
2
inherit (import <nixpkgs> {}) fetchFromGitHub lib;
3
overlay = self: super: {
4
- all-cabal-hashes = super.fetchurl {
+ all-cabal-hashes = self.fetchurl {
5
url = "https://github.com/commercialhaskell/all-cabal-hashes/archive/8ed17011c07ce97b5b5ed5a7481f20043d0d00cd.tar.gz";
6
sha256 = "007s07vyl4mnvy8nspccdinqzvs0gv41sgcwds1a763dkgcnakp2";
7
};
8
- idrisPackages = super.callPackage <nixpkgs/pkgs/development/idris-modules> {
+ idrisPackages = self.callPackage <nixpkgs/pkgs/development/idris-modules> {
9
idris =
10
11
inherit (super.haskell) lib;
0 commit comments