nushell: reenable test

This commit is contained in:
Austin Horstman
2025-02-21 16:31:43 -06:00
parent f0837fa673
commit 62d038f499

View File

@@ -1,7 +1,6 @@
{ pkgs, realPkgs, config, lib, ... }:
# Temporarily broken due to Nixpkgs issue.
lib.mkIf false {
{
programs.nushell = {
enable = true;
package = realPkgs.nushell;