Set up nixverse command properly.

This commit is contained in:
jay
2025-07-05 09:34:15 -04:00
parent fcfd9c6f72
commit bb348cd08a
2 changed files with 2 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ config, inputs, lib, pkgs, ... }: {
{ config, inputs, lib, pkgs, pkgs', ... }: {
# List packages installed in system profile. To search, run:
# $ nix search wget
@@ -49,6 +49,7 @@
pkgs.unzip
pkgs.usbutils
pkgs.wf-recorder
pkgs'.nixverse
];
}