From 9d936365fc3b5d14196fdfe63d1e82422d9ff879 Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 10 Mar 2026 10:21:28 +0000 Subject: [PATCH] install bar-rs on all hosts --- hosts/calufrax/default.nix | 2 ++ hosts/fenix/configuration.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/hosts/calufrax/default.nix b/hosts/calufrax/default.nix index 33d1631..54f63fa 100644 --- a/hosts/calufrax/default.nix +++ b/hosts/calufrax/default.nix @@ -83,6 +83,8 @@ environment.systemPackages = with pkgs; [ ciscoPacketTracer9 + inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default + ]; diff --git a/hosts/fenix/configuration.nix b/hosts/fenix/configuration.nix index 76c82da..676d9bb 100644 --- a/hosts/fenix/configuration.nix +++ b/hosts/fenix/configuration.nix @@ -35,6 +35,9 @@ services.power-profiles-daemon.enable = true; services.upower.enable = true; + environment.systemPackages = with pkgs; [ + inputs.bar-rs.packages.${pkgs.stdenv.hostPlatform.system}.default + ]; #system.stateVersion = "25.11"; # Did you read the comment? }