Manage configuration files with Build Configs
https://www.oliverdavies.dev/build-configs
This commit is contained in:
parent
3174c501bc
commit
89d441106a
7 changed files with 126 additions and 88 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
description = "oliverdavies.uk-sculpin";
|
||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
{
|
||||
inputs = {
|
||||
devshell.url = "github:numtide/devshell";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = inputs@{ flake-parts, ... }:
|
||||
|
@ -15,8 +15,8 @@
|
|||
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||
devshells.default = {
|
||||
packages = with pkgs; [
|
||||
"nodejs"
|
||||
"nodePackages.pnpm"
|
||||
"nodejs"
|
||||
"php81"
|
||||
"php81Packages.composer"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue