From 39220190956935dc71564ffa135d99744a67bf27 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Mon, 8 Jun 2026 17:52:23 -0400 Subject: Initial commit --- flake.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..60be015 --- /dev/null +++ b/flake.nix @@ -0,0 +1,13 @@ +{ + description = "playing around with pebble"; + + inputs = { + pebble.url = "github:pebble-dev/pebble.nix"; + flake-utils.url = "github:numtide/flake-utils"; + }; + + outputs = { pebble, flake-utils, ... }: + flake-utils.lib.eachDefaultSystem (system: { + devShell = pebble.pebbleEnv.${system} { }; + }); +} -- cgit v1.2.3