All checks were successful
Build OCI Image / docker (push) Successful in 3m4s
8 lines
101 B
Nix
8 lines
101 B
Nix
{ pkgs, lib, config, inputs, ... }:
|
|
|
|
{
|
|
packages = [ pkgs.git ];
|
|
|
|
languages.rust.enable = true;
|
|
}
|