mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
style: switch to nixfmt-rfc-style
This commit is contained in:
parent
3404601a4a
commit
02e3e3a7ac
17 changed files with 117 additions and 112 deletions
|
|
@ -1,13 +1,11 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.home-manager.packages.${pkgs.system}.home-manager
|
||||
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
statix
|
||||
deadnix
|
||||
|
||||
|
|
@ -19,7 +17,7 @@
|
|||
deno
|
||||
bun
|
||||
|
||||
(python312.withPackages (ps: with ps; [pip]))
|
||||
(python312.withPackages (ps: with ps; [ pip ]))
|
||||
ruff
|
||||
yt-dlp
|
||||
xkcdpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue