mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Switch to nixfmt
This commit is contained in:
15
packages.nix
15
packages.nix
@@ -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
|
||||
|
Reference in New Issue
Block a user