mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: shoukei - filter packages that do not support aarch64
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
colmena # nixos's remote deployment tool
|
||||
|
||||
# db related
|
||||
pkgs-unstable.mycli
|
||||
pkgs-unstable.pgcli
|
||||
mycli
|
||||
pgcli
|
||||
mongosh
|
||||
sqlite
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
minicom
|
||||
|
||||
# ai related
|
||||
pkgs-unstable.python313Packages.huggingface-hub # huggingface-cli
|
||||
python313Packages.huggingface-hub # huggingface-cli
|
||||
|
||||
# misc
|
||||
pkgs-unstable.devbox
|
||||
devbox
|
||||
bfg-repo-cleaner # remove large files from git history
|
||||
k6 # load testing tool
|
||||
protobuf # protocol buffer compiler
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
age
|
||||
pkgs-unstable.sops
|
||||
sops
|
||||
rclone
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user