Disable nsncd daemon in no-compressed.nix
This commit is contained in:
parent
5bb469d1a4
commit
eac68c64ec
@ -6,4 +6,8 @@
|
|||||||
gcc.arch = "rv64g";
|
gcc.arch = "rv64g";
|
||||||
gcc.tune = "rv64g";
|
gcc.tune = "rv64g";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# FIXME: Broken as rustc injects compressed instructions.
|
||||||
|
# For now we disable it.
|
||||||
|
services.nscd.enableNsncd = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user