fix(profile): remove need for specialArgs inputs

This commit is contained in:
randogoth 2026-02-04 21:06:58 +02:00
parent 587f3c0f1a
commit 8f342c6c27
2 changed files with 3 additions and 8 deletions

View file

@ -1,10 +1,5 @@
{
lib,
pkgs,
inputs,
...
}:
{ inputs }:
{ lib, pkgs, ... }:
{
nix.settings.trusted-substituters = lib.mkAfter [ "https://cache.flox.dev" ];
nix.settings.trusted-public-keys = lib.mkAfter [