mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-13 00:16:43 +03:00
overlay: drop some override
This commit is contained in:
parent
530ca43401
commit
5d5379ea97
@ -15,14 +15,6 @@ let
|
||||
} // (lib.filterAttrs (n: v: n != "url") x));
|
||||
in
|
||||
{
|
||||
# srk 2023-11-18: this is pinned in nixpkgs unstable to 1.0.5
|
||||
# causing trouble with ghc963
|
||||
some = hself.callHackageDirect
|
||||
{ pkg = "some";
|
||||
ver = "1.0.6";
|
||||
sha256 = "sha256-AnjaUzSlsLi3lIURrEfs92Jo5FzX49RyNdfDSfFV3Kk=";
|
||||
} {};
|
||||
|
||||
# srk 2023-12-06: until in unstable
|
||||
dependent-sum-template = hself.callHackageDirect
|
||||
{ pkg = "dependent-sum-template";
|
||||
|
Loading…
Reference in New Issue
Block a user