Skip to content

Commit

Permalink
nix: add dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jun 13, 2023
1 parent 9dbf8aa commit eb370dc
Show file tree
Hide file tree
Showing 2 changed files with 10 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
9 changes: 9 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = [
pkgs.php82
pkgs.php82Packages.composer
];
}

0 comments on commit eb370dc

Please sign in to comment.