update lio use opencode flake instead
This commit is contained in:
parent
9d0648f53c
commit
f9fa06daa8
2 changed files with 33 additions and 8 deletions
|
|
@ -5,6 +5,9 @@
|
|||
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
opencode.url = "github:sst/opencode";
|
||||
opencode.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
|
||||
# Use relative to get current version for testing
|
||||
# common.url = "path:../../flakes/common";
|
||||
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||
|
|
@ -30,6 +33,7 @@
|
|||
beszel,
|
||||
ros_neovim,
|
||||
nixpkgs-unstable,
|
||||
opencode,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
@ -172,7 +176,7 @@
|
|||
vlang
|
||||
ttyd
|
||||
pavucontrol
|
||||
unstable.opencode
|
||||
opencode.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
environment.shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue