Skip to content
Snippets Groups Projects
Select Git revision
  • 01b184bd26457a7cfd8d78465d53ccd20c737086
  • main default protected
  • restricted-sqlite-strategies
  • compare-structured-sql-dumps
  • 235.backup-and-recovery.recovery
  • mypy
  • real-spender
  • github/fork/tp-la/real-spender
  • 260.metric-rejected-zkaps
  • implicit-lease-renewal-problems
  • mach-nix
  • github/fork/tp-la/deep-traverse
  • v0.0
13 results

CONTRIBUTING

Blame
  • After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
    shell.nix 371 B
    let
      nixpkgs = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs.json))) { };
      stable2105 = import (builtins.fetchTarball (builtins.fromJSON (builtins.readFile ./nixpkgs-2105.json))) { };
    in
    { pkgs ? nixpkgs }:
    pkgs.mkShell {
      NIX_PATH = "nixpkgs=${nixpkgs.path}";
      buildInputs = [
        pkgs.morph
        stable2105.vagrant
        pkgs.jp
      ];
    }