Remove hardcoded references to CPU architecture

This commit is contained in:
coolneng 2024-01-05 20:24:49 +01:00
parent df9b94e856
commit 9ed157478a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ with pkgs;
config.programs.ssh.package config.programs.ssh.package
git-crypt git-crypt
git-lfs git-lfs
inputs.agenix.packages.x86_64-linux.default inputs.agenix.packages.${config.nixpkgs.localSystem.system}.default
]; ];
# Configure git for auto-upgrade # Configure git for auto-upgrade

View File

@ -24,7 +24,7 @@ in {
pass-wayland pass-wayland
passff-host passff-host
gitAndTools.pass-git-helper gitAndTools.pass-git-helper
inputs.agenix.packages.x86_64-linux.default inputs.agenix.packages.${config.nixpkgs.localSystem.system}.default
git-crypt git-crypt
git-lfs git-lfs
# Browsers # Browsers