Agenix + cpufreq
This commit is contained in:
parent
36d82909ec
commit
696c10f7bc
4 changed files with 120 additions and 30 deletions
|
@ -1,6 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
wrappers.agenix = {
|
||||
basePackage = pkgs.agenix-cli;
|
||||
basePackage = inputs.agenix-cli.packages.${pkgs.system}.default;
|
||||
|
||||
env.AGENIX_ROOT.value = let
|
||||
path = ".agenix.toml";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue