Skip to content

Commit fd2fae9

Browse files
committed
Bump flake.lock
1 parent 26034c0 commit fd2fae9

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

flake.lock

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

flake.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Haskell wrapper for the ffmpeg library";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
66
flake-utils.url = "github:numtide/flake-utils";
77
nix-filter.url = "github:numtide/nix-filter";
88
};
@@ -12,15 +12,16 @@
1212
let pkgs = import nixpkgs {
1313
inherit system;
1414
};
15-
compiler = "ghc8104";
15+
compiler = "ghc8107";
1616
hspkgs = pkgs.haskell.packages.${compiler};
1717
ffmpeg-light = hspkgs.callPackage (import ./default.nix) { nix-filter = nix-filter.lib; };
1818
ghc = hspkgs.ghc.withHoogle (ps: ffmpeg-light.passthru.getBuildInputs.haskellBuildInputs);
1919
in {
2020
devShell = pkgs.mkShell {
2121
buildInputs = [
2222
pkgs.SDL2 pkgs.ffmpeg pkgs.pkgconfig
23-
ghc hspkgs.cabal-install hspkgs.haskell-language-server
23+
ghc hspkgs.cabal-install
24+
# hspkgs.haskell-language-server
2425
];
2526
};
2627
packages.ffmpeg-light = ffmpeg-light;

0 commit comments

Comments
 (0)