Sha256: b5ecdfc329a194d502835a0b5c46bcf2a29f80aed09dd44ff02b8aa0bb87bcb2
Contents?: true
Size: 438 Bytes
Versions: 5
Compression:
Stored size: 438 Bytes
Contents
{ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; in { devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ ruby_3_3 ]; }; }); }
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
dry-types-json-schema-0.0.4 | flake.nix |
dry-types-json-schema-0.0.3 | flake.nix |
sigt-0.0.1 | flake.nix |
dry-types-json-schema-0.0.2 | flake.nix |
dry-types-json-schema-0.0.1 | flake.nix |