working opencode flake

This commit is contained in:
2025-07-17 14:37:41 -06:00
parent 11049d9f73
commit 02fce7a22e
2 changed files with 10 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
opencodeFlake = import ../../flakes/opencode;
opencodeFlake = builtins.getFlake (toString ../../flakes/opencode);
nixgl = import
(fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz")
{ };
@@ -41,8 +41,8 @@ in {
jellyfin-tui
firefoxpwa
bluetui
nixfmt
opencodeFlake.packages.${pkgs.system}.opencodeInstance
nixfmt-classic
opencodeFlake.packages.${system}.opencode
];
programs.firefox = {