mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-24 14:08:44 +01:00
fix missing lib param
This commit is contained in:
parent
626ca35546
commit
d1ea826137
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
{
|
||||
nix.settings = {
|
||||
trusted-substituters = [
|
||||
|
|
Loading…
Reference in a new issue