Switch to devenv
This commit is contained in:
parent
c2d9680ab4
commit
f4ac3d085c
7 changed files with 164 additions and 53 deletions
24
flake.nix
24
flake.nix
|
@ -1,24 +0,0 @@
|
|||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
{
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
outputs =
|
||||
{ nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
bashInteractive
|
||||
nodePackages.pnpm
|
||||
nodejs
|
||||
php82
|
||||
php82Packages.composer
|
||||
];
|
||||
};
|
||||
|
||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue