Switch to devenv

This commit is contained in:
Oliver Davies 2025-02-13 20:16:27 +00:00
parent c2d9680ab4
commit f4ac3d085c
7 changed files with 164 additions and 53 deletions

View file

@ -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;
};
}