remove cachix from pkgs

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-11 17:16:04 +01:00
parent 9e19f0673a
commit 4f32736f59
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@ in
home.packages = with pkgs; [
vim
cachix
];
};
}