12 lines
129 B
Nix
12 lines
129 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
# Nix
|
|
cachix
|
|
nixd
|
|
nixf
|
|
nixfmt-rfc-style
|
|
];
|
|
}
|