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:
parent
f0837fa673
commit
62d038f499
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, realPkgs, config, lib, ... }:
|
||||
|
||||
# Temporarily broken due to Nixpkgs issue.
|
||||
lib.mkIf false {
|
||||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
package = realPkgs.nushell;
|
||||
|
|
Loading…
Add table
Reference in a new issue