Remove Sculpin files
This commit is contained in:
parent
1156226e8a
commit
c7cd62fce9
1390 changed files with 0 additions and 88117 deletions
21
flake.nix
21
flake.nix
|
@ -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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue