Skip to content

Commit

Permalink
Bring nix shell up to date. (#953)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Sep 7, 2024
1 parent 478dae7 commit 88e3350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.05";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in

pkgs.mkShell {
packages = with pkgs; [
cabal-install
haskell.compiler.ghc925
haskell.compiler.ghc98
zlib.dev
];

Expand Down

0 comments on commit 88e3350

Please sign in to comment.