Add missing input input
This makes lazy-apps work.
This commit is contained in:
parent
f31b06f698
commit
ac39ed944d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ outputs, config, pkgs, ... }:
|
{ inputs, outputs, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue