fix(profile): remove need for specialArgs inputs
This commit is contained in:
parent
587f3c0f1a
commit
8f342c6c27
2 changed files with 3 additions and 8 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue