mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
nushell: reenable test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ pkgs, realPkgs, config, lib, ... }:
|
||||
|
||||
# Temporarily broken due to Nixpkgs issue.
|
||||
lib.mkIf false {
|
||||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
package = realPkgs.nushell;
|
||||
|
||||
Reference in New Issue
Block a user