Migrate to determinate nix

This commit is contained in:
2025-10-08 16:34:06 +08:00
parent 8cef23613d
commit 0f2442fd08
4 changed files with 1 additions and 23 deletions

View File

@@ -8,21 +8,7 @@
}:
{
config = {
nix = {
package = pkgs.nix;
settings = {
substituters = [
"https://nix-community.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
];
};
};
home.packages = [
# pkgs.dive
pkgs.entr
pkgs.jq
pkgs.just