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:
Gabriella Gonzalez 2024-03-02 09:57:01 -08:00 committed by GitHub
parent 4d9eacfcf7
commit 4a101296b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =