1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/configs/lix.nix

12 lines
146 B
Nix
Raw Permalink Normal View History

2023-06-13 10:53:57 +02:00
{
pkgs,
2026-02-11 16:44:46 +01:00
lib,
2023-06-13 10:53:57 +02:00
...
2025-12-27 22:22:54 +01:00
}:
{
2021-01-01 02:48:37 +01:00
nix = {
2026-02-11 16:44:46 +01:00
package = lib.mkForce pkgs.lix;
2026-01-02 17:04:50 +01:00
settings.experimental-features = [ "nix-command" "flakes" ];
2021-01-01 02:48:37 +01:00
};
}