From ea335dbe572e4feef96914e68e4b884c074e9f9b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 25 Mar 2026 20:21:24 -0700 Subject: [PATCH] add cert --- configs/pkgs.nix | 1 + flake.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/configs/pkgs.nix b/configs/pkgs.nix index 7b019d7..2a333e2 100644 --- a/configs/pkgs.nix +++ b/configs/pkgs.nix @@ -8,6 +8,7 @@ automake binutils-unwrapped cacert + inputs.cert.packages.x86_64-linux.default cloc cmake cscope diff --git a/flake.nix b/flake.nix index 1a979e0..1f6f7ac 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,9 @@ arca.url = "git+https://git.wntrmute.dev/kyle/arca"; arca.inputs.nixpkgs.follows = "nixpkgs"; + cert.url = "github:kisom/cert"; + cert.inputs.nixpkgs.follows = "nixpkgs"; + # exo.url = "git+https://git.wntrmute.dev/kyle/exo"; # exo.inputs.nixpkgs.follows = "nixpkgs";