This commit is contained in:
Dave Gallant
2024-10-15 10:14:16 -04:00
parent a3ded17c26
commit 978c7aa795
3 changed files with 72 additions and 28 deletions

View File

@@ -1,6 +1,14 @@
{ config, lib, pkgs, unstable, ... }:
let inherit (pkgs) stdenv;
in {
{
config,
lib,
pkgs,
unstable,
...
}:
let
inherit (pkgs) stdenv;
in
{
environment.systemPackages = with pkgs; [
# essentials
curl