Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to hnix 0.16 #69

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update default.nix to a recent nixos-unstable
marsam committed Feb 26, 2023
commit 67b89eb937ae41bc64e4c5dc14ecf991b121fbdb
7 changes: 2 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ nixpkgsSrc ? builtins.fetchTarball {
url =
"https://github.com/NixOS/nixpkgs/archive/38296d89d41c26a127b69c52421fbee95ceb0d22.tar.gz"; # haskell-updates
sha256 = "108c4wm4vfqkgd6awpaskakq26f8ajx729s4bxqvvvfflrzwrlrv";
"https://github.com/NixOS/nixpkgs/archive/b1f87ca164a9684404c8829b851c3586c4d9f089.tar.gz"; # haskell-updates
sha256 = "0xzj6skg7vlip9h2bhs88kv15qjjqlhning26gs6c9628yk5zzcj";
}, pkgs ? import nixpkgsSrc { }, compiler ? null }:

let
@@ -12,8 +12,5 @@ let

in haskellPackages.developPackage {
name = "";
overrides = self: super: {
streamly = self.streamly_0_8_0;
};
root = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
}