mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
12 lines
125 B
Nix
12 lines
125 B
Nix
|
{ lib, ... }:
|
||
|
{
|
||
|
|
||
|
imports = [
|
||
|
"${builtins.toFile "drv" "{}"}"
|
||
|
./declare-enable.nix
|
||
|
./define-enable.nix
|
||
|
];
|
||
|
|
||
|
}
|
||
|
|