forked from DGNum/infrastructure
feat(console): Upstream nsncd a les features dont on a besoin
This commit is contained in:
parent
eb7d4169cd
commit
10a925021f
1 changed files with 0 additions and 19 deletions
|
@ -33,25 +33,6 @@ in
|
||||||
|
|
||||||
programs.neovim.vimAlias = true;
|
programs.neovim.vimAlias = true;
|
||||||
|
|
||||||
# services.nscd.enableNsncd = false;
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(_: _: {
|
|
||||||
nsncd = pkgs.rustPlatform.buildRustPackage {
|
|
||||||
pname = "nsncd";
|
|
||||||
version = "unstable-2023-10-26";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "nix-community";
|
|
||||||
repo = "nsncd";
|
|
||||||
rev = "47755a26ab3a45a47e55785eb112c817ba1e6bed";
|
|
||||||
hash = "sha256-CSIFbCwXj33t7QW7PTqOXRcOYP/ivTWmK+s/xBZd0VQ=";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoSha256 = "sha256-cUM7rYXWpJ0aMiurXBp15IlxAmf/x5uiodxEqBPCQT0=";
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
system.activationScripts.diff = {
|
system.activationScripts.diff = {
|
||||||
supportsDryActivation = true;
|
supportsDryActivation = true;
|
||||||
text = ''
|
text = ''
|
||||||
|
|
Loading…
Reference in a new issue