Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Created September 7, 2020 11:10
Show Gist options
  • Save zimbatm/24a6756e53c963b2b3f5a8c885b04e15 to your computer and use it in GitHub Desktop.
Save zimbatm/24a6756e53c963b2b3f5a8c885b04e15 to your computer and use it in GitHub Desktop.
# Change NixOS a bit to make it more compatible with Ubuntu.
#
# Also run this at the first time:
# * sudo mkdir /lib64
# * sudo ln -s /run/current-system/sw/lib/ld-linux-x86-64.so.2 /lib64/
{ pkgs, lib, ... }:
{
environment.systemPackages = [
pkgs.glibc.out
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment