Skip to content

Commit 98210a4

Browse files
committed
Update Nix Flake (Darwin issues seem to be solved)
1 parent 342eea7 commit 98210a4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
description = "haskell-language-server development flake";
33

44
inputs = {
5-
# Don't use nixpkgs-unstable as aarch64-darwin is currently broken there.
6-
# Check again, when https://github.com/NixOS/nixpkgs/pull/414242 is resolved.
7-
nixpkgs.url = "github:NixOS/nixpkgs/c742ae7908a82c9bf23ce27bfca92a00e9bcd541";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
86
flake-utils.url = "github:numtide/flake-utils";
97
# For default.nix
108
flake-compat = {

0 commit comments

Comments
 (0)