mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 02:06:53 +00:00
nushell: temporarily disable test
This commit is contained in:
parent
0f9e92302a
commit
a3c9e88177
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, realPkgs, config, lib, ... }:
|
{ pkgs, realPkgs, config, lib, ... }:
|
||||||
|
|
||||||
{
|
# Temporarily broken due to Nixpkgs issue.
|
||||||
|
lib.mkIf false {
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = realPkgs.nushell;
|
package = realPkgs.nushell;
|
||||||
|
|
Loading…
Add table
Reference in a new issue