Switch to nixfmt

This commit is contained in:
Dave Gallant
2024-07-28 08:26:07 -04:00
parent a009dd5fe4
commit 1bfd747ebb
13 changed files with 168 additions and 271 deletions

View File

@@ -1,13 +1,6 @@
{ config
, lib
, pkgs
, unstable
, ...
}:
let
inherit (pkgs) stdenv;
in
{
{ config, lib, pkgs, unstable, ... }:
let inherit (pkgs) stdenv;
in {
environment.systemPackages = with pkgs; [
# essentials
curl
@@ -93,7 +86,7 @@ in
# nix
nix-tree
nixpkgs-fmt
nixfmt-rfc-style
nixpkgs-review
# python