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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue