Remove Sculpin files

This commit is contained in:
Oliver Davies 2025-05-02 00:10:42 +01:00
parent 1156226e8a
commit c7cd62fce9
1390 changed files with 0 additions and 88117 deletions

View file

@ -1,21 +0,0 @@
{
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; [
php83
php83Packages.composer
tailwindcss
];
};
formatter.${system} = pkgs.nixfmt-rfc-style;
};
}