From 936064f3e7d2a3cc6e63db1159d7727f065775a7 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 15 Jun 2025 19:31:45 +0200 Subject: [PATCH] flutter flake update --- shells/flutter/flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shells/flutter/flake.nix b/shells/flutter/flake.nix index 9df203b..fe2e04e 100644 --- a/shells/flutter/flake.nix +++ b/shells/flutter/flake.nix @@ -8,6 +8,8 @@ }; android-nixpkgs.url = "github:tadfisher/android-nixpkgs"; + + cursor.url = "github:omarcresp/cursor-flake/main"; }; @@ -15,6 +17,7 @@ self, nixpkgs, flake-parts, + cursor, ... } @ inputs: flake-parts.lib.mkFlake {inherit inputs;} { @@ -93,7 +96,12 @@ dart cmake android-tools + cursor.packages.${pkgs.system}.default ]; + shellHook = '' + zsh + exit + ''; }; # formatter = pkgs.alejandra; };