Torjus Håkestad
1da20471a8
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m45s
8 lines
82 B
Nix
8 lines
82 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = [
|
|
pkgs.git
|
|
pkgs.jq
|
|
];
|
|
}
|