mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[extras/nix] add nixpkgs-{lint/review}
This commit is contained in:
parent
445bbee9f8
commit
df1458ba2e
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nixpkgs-fmt
|
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
|
nixpkgs-fmt
|
||||||
|
nixpkgs-lint
|
||||||
|
nixpkgs-review
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue