Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 73fed8a

Browse files
authored
Use the project variable defined in default.nix (#49)
1 parent e930b2f commit 73fed8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shell.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{ pure ? false, source-repo-override ? { } }:
22
let
33
packages = import ./. { inherit source-repo-override; };
4-
inherit (packages) pkgs plutus-starter;
5-
inherit (plutus-starter) haskell;
4+
inherit (packages) pkgs plutus-starter project;
65

76
in
8-
haskell.project.shellFor {
7+
project.shellFor {
98
withHoogle = false;
109

1110
nativeBuildInputs = with plutus-starter; [

0 commit comments

Comments
 (0)