Move all files to zet-old/

This commit is contained in:
Oliver Davies 2025-10-02 00:53:28 +01:00
parent e1badc9fd5
commit 29d11fa9b9
60 changed files with 0 additions and 0 deletions

View file

@ -1,19 +0,0 @@
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
{
description = "A Nix Flake for sculpin-skeleton";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { nixpkgs, ... }:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
inherit (pkgs) mkShell;
in {
devShells.${system}.default =
mkShell { buildInputs = with pkgs; [ php81 php81Packages.composer ]; };
formatter.${system} = pkgs.nixfmt;
};
}