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

nushell: temporarily disable test

This commit is contained in:
Robert Helgesson 2025-02-10 23:32:27 +01:00
parent 0f9e92302a
commit a3c9e88177
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

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