Skip to content

Instantly share code, notes, and snippets.

View janKeli's full-sized avatar
📖
Be back in July!

janKeli

📖
Be back in July!
View GitHub Profile
@janKeli
janKeli / flake.nix
Last active November 29, 2024 04:26
A nix dev shell for tauri, set up for desktop and android dev.
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {
self,