mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00

This is based on a prototype Nicolas B. Pierron worked on during a
discussion we had at FOSDEM.
A new version with a workaround for problems of the reverted original.
Discussion: 3f2566689
5 lines
64 B
Nix
5 lines
64 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
disabledModules = [ ./define-enable.nix ];
|
|
}
|