wip updates on h001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-30 13:27:41 -05:00
parent c51ea11b2e
commit 04d6314238
5 changed files with 113 additions and 134 deletions

View file

@ -1,12 +1,12 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs-unstable.url = "github:wrvsrx/nixpkgs/fix-open-webui";
# nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# nixpkgs-unstable.url = "github:wrvsrx/nixpkgs/fix-open-webui";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
common.url = "path:../../common";
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles";
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";