X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=overlays%2Fnixops%2Ffix_glibc.patch;fp=overlays%2Fnixops%2Ffix_glibc.patch;h=1aeb093e06cfcaed2bcaf6fa7d50b90559282a01;hb=d7b841cdf5deb7485ba7e57376c59475aa608d2c;hp=0000000000000000000000000000000000000000;hpb=77523524750cff97faf6f1ef1afec1a04b04d12f;p=perso%2FImmae%2FConfig%2FNix%2FNUR.git diff --git a/overlays/nixops/fix_glibc.patch b/overlays/nixops/fix_glibc.patch new file mode 100644 index 00000000..1aeb093e --- /dev/null +++ b/overlays/nixops/fix_glibc.patch @@ -0,0 +1,15 @@ +diff --git a/nix/hetzner-bootstrap.nix b/nix/hetzner-bootstrap.nix +index 035e6f9..def42a1 100644 +--- a/nix/hetzner-bootstrap.nix ++++ b/nix/hetzner-bootstrap.nix +@@ -3,9 +3,7 @@ with import { system = "x86_64-linux"; }; + let + pkgsNative = import {}; + +- nixpart = python2Packages.nixpart0.override { +- useNixUdev = false; +- }; ++ nixpart = python2Packages.nixpart0; + + generateConfig = (import { + configuration = {};