Move all files to building-static-websites-sculpin/demo/
This commit is contained in:
parent
1fc01d6630
commit
af2b0bbdc9
52 changed files with 0 additions and 0 deletions
22
flake.nix
22
flake.nix
|
@ -1,22 +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 =
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
php83
|
||||
php83Packages.composer
|
||||
];
|
||||
};
|
||||
|
||||
formatters.${system} = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue