Skip to content

Commit ea87657

Browse files
committed
flake: update nixpkgs, foundry, flake.lock
1 parent 10dff8d commit ea87657

File tree

3 files changed

+10
-27
lines changed

3 files changed

+10
-27
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inputs = {
33
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
44
flake-utils.url = "github:numtide/flake-utils";
5-
foundry.url = "github:shazow/foundry.nix/47f8ae49275eeff9bf0526d45e3c1f76723bb5d3";
5+
foundry.url = "github:shazow/foundry.nix/stable";
66
flake-compat = {
77
url = "github:edolstra/flake-compat";
88
flake = false;

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
resolver: lts-23.21
2-
# matching https://github.com/NixOS/nixpkgs/blob/322d8a3c6940039f7cff179a8b09c5d7ca06359d/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml#L1
1+
resolver: lts-23.24
2+
# matching https://github.com/NixOS/nixpkgs/blob/97eb7ee0da337d385ab015a23e15022c865be75c/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml#L1
33

44
packages:
55
- '.'

0 commit comments

Comments
 (0)