Some checks failed
CI / check (push) Has been cancelled
CI / ida (push) Has been cancelled
CI / cpt (push) Has been cancelled
CI / build-nixos (ena) (push) Has been cancelled
CI / build-nixos (hako) (push) Has been cancelled
CI / build-nixos (kazusa) (push) Has been cancelled
CI / build-nixos (mizuki) (push) Has been cancelled
13 lines
165 B
Nix
13 lines
165 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
# Recovery and bootstrap tools
|
|
curl
|
|
wget
|
|
vim
|
|
|
|
# Nix tooling
|
|
nixd
|
|
nil
|
|
];
|
|
}
|