Skip to content

Commit 3fde693

Browse files
committed
Update GHC compiler version
1 parent c6a76ea commit 3fde693

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
inputs = {
33
flake-utils.url = "github:numtide/flake-utils";
4-
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
4+
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
55
};
66

7-
outputs = { self, flake-utils, nixpkgs }:
7+
outputs =
8+
{
9+
self,
10+
flake-utils,
11+
nixpkgs,
12+
}:
813
flake-utils.lib.simpleFlake {
914
inherit self nixpkgs;
1015
name = "rollbar-haskell";

0 commit comments

Comments
 (0)