opencode flake moving

This commit is contained in:
2025-07-17 15:39:29 -06:00
parent 02fce7a22e
commit 13180ff6cd
3 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
opencodeFlake = builtins.getFlake (toString ../../flakes/opencode);
opencodeFlake = builtins.getFlake (toString ../flakes/opencode);
nixgl = import
(fetchTarball "https://github.com/nix-community/nixGL/archive/main.tar.gz")
{ };