Skip to content

Instantly share code, notes, and snippets.

diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 80fdb8a95e6..4a52ba40e39 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -394,6 +394,22 @@ self: super: {
Random123 = dontCheck super.Random123;
systemd = dontCheck super.systemd;
+ # use the correct version of network
+ systemd_2_2_0 = dontCheck (super.systemd_2_2_0.override {
@sternenseemann
sternenseemann / codimd-dependencies.nix
Last active May 21, 2021 08:27 — forked from Profpatsch/hackmd-dependencies.nix
Example of a minified nix output of yarn2nix for the CodiMD/server project yarn.lock
{ fetchurl, fetchgit }:
self:
super:
let
registries = {
yarn = n:
v:
"https://registry.yarnpkg.com/${n}/-/${n}-${v}.tgz";
npm = n:
v: