Add libuuid
This commit is contained in:
parent
ffec07ff7b
commit
8e42b57558
1 changed files with 12 additions and 4 deletions
|
@ -138,10 +138,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
gnome.gnome-keyring
|
||||
];
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
docker
|
||||
gnome.gnome-keyring
|
||||
libuuid
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath [pkgs.libuuid]}";
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
|
|
Loading…
Reference in a new issue