Skip to content

Instantly share code, notes, and snippets.

View dharshan-0's full-sized avatar

Dharshan dharshan-0

View GitHub Profile
@dharshan-0
dharshan-0 / flake.nix
Last active April 14, 2026 09:47
Nix flake devshell for flutter 3.41.2
{
description = "Flutter 3.41.2";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = {
self,
nixpkgs,
flake-utils,