Fix mender-cli

This commit is contained in:
muon 2025-10-08 13:54:34 +00:00
parent e6be2231bc
commit 3324cb9df5
2 changed files with 18 additions and 8 deletions

View file

@ -7,7 +7,6 @@
...
}: let
cfg = osConfig.mods;
mender-cli = lib.callPackage ./packages/mender-cli.nix {};
in {
imports = [inputs.impermanence.homeManagerModules.impermanence];
@ -32,7 +31,6 @@ in {
rustdesk-flutter
# tools
mender-cli
docker
fish
devenv
@ -42,6 +40,7 @@ in {
go
rainfrog
tealdeer
(callPackage ./packages/mender-cli.nix {})
]
# Non-free </3
++ [google-cloud-sdk google-cloud-sql-proxy];