1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

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;