Skip to content

Commit

Permalink
Merge branch 'workflows' of github.com:sheffieldhackspace/Hackspace-M…
Browse files Browse the repository at this point in the history
…embership-Management-System into workflows
  • Loading branch information
LouiseMcMahon committed Jan 29, 2025
2 parents fdcb06f + 3caa12d commit b90dcf2
Showing 1 changed file with 9 additions and 0 deletions.
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 {
packages = with pkgs; [
php84Packages.composer
php84
nodejs_22
];
}

0 comments on commit b90dcf2

Please sign in to comment.