Skip to content

Commit

Permalink
Add nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Aug 9, 2024
1 parent ed3f2c8 commit 6e29d7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
4 changes: 4 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ clojure leiningen chromedriver ];
}

0 comments on commit 6e29d7e

Please sign in to comment.