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 = { 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 = [ home.packages = [
# pkgs.dive
pkgs.entr pkgs.entr
pkgs.jq pkgs.jq
pkgs.just pkgs.just

View File

@@ -72,10 +72,6 @@ in
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
}; };
nix-your-shell = {
enable = true;
enableNushellIntegration = true;
};
direnv = { direnv = {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;

View File

@@ -22,7 +22,6 @@ in
ripgrep ripgrep
wget wget
delta delta
devenv
]; ];
programs = { programs = {
@@ -41,10 +40,6 @@ in
hide_env_diff = true; hide_env_diff = true;
}; };
}; };
nix-your-shell = {
enable = true;
enableZshIntegration = true;
};
zsh = { zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;

1
result Symbolic link
View File

@@ -0,0 +1 @@
/nix/store/2m550vcf4gkg0w792f5pxcp6y8bj39rm-home-manager-generation