From 2ecda907a4e64ab1b8fd224ac70904d16fb2a1cb Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 2 Mar 2024 08:54:04 -0600 Subject: [PATCH] updates from makefile --- flake.lock | 6 +++--- home/gui/citrix.nix | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 90462c0..01e4d59 100644 --- a/flake.lock +++ b/flake.lock @@ -97,11 +97,11 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1709301643, - "narHash": "sha256-EAp3eIkTfZir/FLaQxbkwfce/oD6OofKvveHokH5ZHQ=", + "lastModified": 1709366352, + "narHash": "sha256-kO/iLDsoPVsk2L0lt3rzDaUgqysb9kX4vvvz3OZCuJU=", "owner": "NixOS", "repo": "nix", - "rev": "ba9b6b29b71d49331df308d15861bac39e88a72e", + "rev": "75101396dc9bcd121ac865fcfb2b81bebe386746", "type": "github" }, "original": { diff --git a/home/gui/citrix.nix b/home/gui/citrix.nix index 82a1700..cd8e84a 100644 --- a/home/gui/citrix.nix +++ b/home/gui/citrix.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { - home.packages = with pkgs; [ citrix_workspace ]; + home.packages = with pkgs; [ + opencv + citrix_workspace + ]; home.file."ICAClient" = { recursive = true; source = ./files/citrix;