This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change 1
- let
2
- config = {
3
- packageOverrides = pkgs : rec {
4
- haskellPackages = pkgs . haskell . packages . ghc843 . override {
5
- overrides = haskellPackagesNew : haskellPackagesOld : rec {
6
- cardano-prelude = haskellPackagesNew . callPackage ./cardano-prelude.nix {
7
- #canonical-json = pkgs.haskell.lib.dontCheck (haskellPackagesNew.callHackage "canonical-json" "0.5.0.1" {});
8
- canonical-json = pkgs . haskell . lib . dontCheck ( haskellPackagesNew . callPackage ./canonical-json.nix { } ) ;
9
- } ;
10
- cardano-shell = haskellPackagesNew . callPackage ./cardano-shell.nix { } ;
11
- } ;
12
- } ;
13
- } ;
14
- } ;
15
- nixpkgs = builtins . fetchTarball {
16
- url = "https://github.com/NixOS/nixpkgs/archive/069bf7aee30faf7b3ed773cfae2154d761b2d6c2.tar.gz" ;
17
- sha256 = "1c44vjb60fw2r8ck8yqwkj1w4288wixi59c6w1vazjixa79mvjvg" ;
18
- } ;
19
-
20
- pkgs = import nixpkgs { inherit config ; } ;
21
- in
22
- { cardano-shell = pkgs . haskellPackages . cardano-shell ;
23
- }
1
+ with import ./default.nix { } ;
2
+ { cardano-shell-execs = cardano-shell . components . exes ;
3
+ cardano-shell-tests = cardano-shell . components . tests ;
4
+ }
You can’t perform that action at this time.
0 commit comments