Skip to content

Commit

Permalink
Update project nix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dfithian committed Dec 4, 2023
1 parent 6de2512 commit 755d1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

with builtins;
let
haskellNix = import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/2f3ec7bbf2e790122ca276a4ab038bf2749c6c93.tar.gz") {};
haskellNix = import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/a9efc0ae3a607eaebc6e841ca3960134e9034077.tar.gz") {};
pkgs = import nixpkgsSrc haskellNix.nixpkgsArgs;
project = pkgs.haskell-nix.cabalProject {
name = "composite-base";
src = ./.;
cabalProject = readFile ./cabal.project;
compiler-nix-name = "ghc925";
index-state = "2022-12-01T00:00:00Z";
index-state = "2023-12-01T00:00:00Z";
};
shell = project.shellFor {
tools = {
Expand Down

0 comments on commit 755d1d0

Please sign in to comment.