mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: set correct package for agenix
This commit is contained in:
parent
ed0b3cd1d9
commit
b6e52ec1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.agenix.packages."${system}".default
|
inputs.agenix.packages.${pkgs.system}.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue