Fix deployments to ARM systems
This commit is contained in:
parent
3cad488ee0
commit
3b815a2bb7
1 changed files with 6 additions and 4 deletions
|
|
@ -16,8 +16,9 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
environment.systemPackages = (
|
||||
with pkgs;
|
||||
[
|
||||
bat
|
||||
bind # for dig
|
||||
curl
|
||||
|
|
@ -34,12 +35,13 @@ in
|
|||
pre-commit
|
||||
progress
|
||||
python3
|
||||
ragenix
|
||||
ripgrep
|
||||
sqlite
|
||||
tcpdump
|
||||
usbutils
|
||||
wget
|
||||
])
|
||||
++ [ inputs.agenix.packages.x86_64-linux.default ];
|
||||
]
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue