Set up nixverse command properly.
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user