Files
nixos/Droidnix/generated/system/out_of_tree/nix.nix
T
2026-03-16 22:27:55 +00:00

7 lines
113 B
Nix

{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}