treewide: format with nixfmt
This commit is contained in:
parent
303e982a8e
commit
26ad72592a
47 changed files with 380 additions and 725 deletions
|
@ -1,8 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./php.nix
|
||||
];
|
||||
{ pkgs, ... }: {
|
||||
imports = [ ./php.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gcc
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# install php from nixpkgs because mise wants to compile it from source,
|
||||
# and that's a whole can of beans i'm not getting into
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
php83
|
||||
];
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ php83 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue