Fix Nix build (#35)
… by bumping `base-16` to version 1.0.0 to match the constraint added in https://github.com/aristanetworks/nix-serve-ng/pull/33 Fixes https://github.com/aristanetworks/nix-serve-ng/issues/34
This commit is contained in:
parent
4d9eacfcf7
commit
4a101296b7
@ -25,6 +25,8 @@
|
|||||||
final.lib.fold final.lib.composeExtensions (old.overrides or (_: _: { })) [
|
final.lib.fold final.lib.composeExtensions (old.overrides or (_: _: { })) [
|
||||||
(final.haskell.lib.packageSourceOverrides {
|
(final.haskell.lib.packageSourceOverrides {
|
||||||
nix-serve-ng = ./.;
|
nix-serve-ng = ./.;
|
||||||
|
|
||||||
|
base16 = "1.0";
|
||||||
})
|
})
|
||||||
(haskellPackagesNew: haskellPackagesOld: {
|
(haskellPackagesNew: haskellPackagesOld: {
|
||||||
nix-serve-ng =
|
nix-serve-ng =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user