tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
calamares: mark broken
Thomas Tuegel
10 years ago
b8db5897
edca6470
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
calamares
default.nix
+1
pkgs/tools/misc/calamares/default.nix
···
51
license = licenses.gpl3;
52
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
53
platforms = platforms.linux;
0
54
};
55
}
···
51
license = licenses.gpl3;
52
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
53
platforms = platforms.linux;
54
+
broken = true;
55
};
56
}