Remove hardcoded references to CPU architecture
This commit is contained in:
parent
df9b94e856
commit
9ed157478a
|
@ -134,7 +134,7 @@ with pkgs;
|
|||
config.programs.ssh.package
|
||||
git-crypt
|
||||
git-lfs
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.${config.nixpkgs.localSystem.system}.default
|
||||
];
|
||||
|
||||
# Configure git for auto-upgrade
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
pass-wayland
|
||||
passff-host
|
||||
gitAndTools.pass-git-helper
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.${config.nixpkgs.localSystem.system}.default
|
||||
git-crypt
|
||||
git-lfs
|
||||
# Browsers
|
||||
|
|
Loading…
Reference in New Issue