Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 389b605

Browse files
committed
flake.nix: update nixpkgs and remove temporary hosc input
hosc 0.20 is now in nixpkgs-unstable
1 parent 299e6ea commit 389b605

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

flake.lock

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

flake.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
inputs = {
2424
utils.url = "github:numtide/flake-utils";
2525
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
26-
# Temporarily add `hosc` at the latest v0.20 commit
27-
# (nixpkgs currently only has 0.19.1).
28-
# See this comment for details:
29-
# https://github.com/tidalcycles/Tidal/pull/1022#issuecomment-1610978403
30-
hosc = {
31-
url = "github:rd--/hosc?rev=e77aa67cd0b99a32498fef246a687ba443c9b4be";
32-
flake = false;
33-
};
3426
};
3527

3628
outputs = inputs: let
@@ -46,7 +38,6 @@
4638

4739
mkPackages = pkgs: let
4840
project = pkgs.haskellPackages.extend (pkgs.haskell.lib.compose.packageSourceOverrides {
49-
hosc = inputs.hosc; # Remove once `hosc` is at 0.20 in nixpkgs.
5041
tidal = ./.;
5142
tidal-link = ./tidal-link;
5243
tidal-listener = ./tidal-listener;

0 commit comments

Comments
 (0)