Update jhelioviewer package

This commit is contained in:
2024-07-10 08:55:54 -05:00
parent a0c01ff9e6
commit eca1c0fddb
7 changed files with 118 additions and 28 deletions

View File

@@ -16,6 +16,8 @@
sops-nix.url = "github:Mic92/sops-nix";
llama-cpp.url = "github:ggerganov/llama.cpp";
};
outputs = inputs@{ self
@@ -179,6 +181,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ gamescope ];
config.allowUnfree = true;
};
localPackages = pkgs.lib.genAttrs flake-utils.lib.defaultSystems (system: {