add nixpkgs helpers

This commit is contained in:
Tyler Starr 2024-04-22 22:14:55 -07:00
parent 07a81dcbb6
commit 4aa953e9b1

View File

@ -14,6 +14,8 @@ in {
coreutils # Collection of basic file, shell, and text manipulation utilities.
gnumake # GNU Make, a build automation tool.
go # Programming language developed by Google, known for its simplicity and efficiency.
nixpkgs-lint
nixpkgs-fmt
];
};
}