'toString inputs' -> 'inputs'

This commit is contained in:
zowoq 2024-10-24 13:58:51 +10:00
parent b54704e0e3
commit a06d843d5c
7 changed files with 10 additions and 10 deletions
modules/nixos/common

View file

@ -5,7 +5,7 @@
...
}:
let
defaultSopsPath = "${toString inputs.self}/hosts/${config.networking.hostName}/secrets.yaml";
defaultSopsPath = "${inputs.self}/hosts/${config.networking.hostName}/secrets.yaml";
in
{
imports = [