From f6a33f03ad85607323ebfa30eed55ccde34200dd Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 7 Aug 2025 12:55:43 +0200 Subject: [PATCH] up --- flake.nix | 5 ++++- hosts/darwin/chidi/default.nix | 1 - profiles/base/home-manager/neovim/plugins/treesitter.nix | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ebbbb63..3eaf72d 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,10 @@ }; nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew"; homebrew-core.url = "github:homebrew/homebrew-core"; - homebrew-cask.url = "github:homebrew/homebrew-cask"; + homebrew-cask = { + url = "github:homebrew/homebrew-cask"; + flake = false; + }; disko = { url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/hosts/darwin/chidi/default.nix b/hosts/darwin/chidi/default.nix index 5d94263..abf49f4 100644 --- a/hosts/darwin/chidi/default.nix +++ b/hosts/darwin/chidi/default.nix @@ -16,6 +16,5 @@ environment.systemPackages = with pkgs; [ slack - tuple ]; } diff --git a/profiles/base/home-manager/neovim/plugins/treesitter.nix b/profiles/base/home-manager/neovim/plugins/treesitter.nix index b30b24c..2a3b3ce 100644 --- a/profiles/base/home-manager/neovim/plugins/treesitter.nix +++ b/profiles/base/home-manager/neovim/plugins/treesitter.nix @@ -8,6 +8,7 @@ grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [ bash fish + elixir json nix toml